ProxyConfig.ProxyRule

public final class ProxyConfig.ProxyRule


Class that holds a scheme filter and a proxy URL.

Summary

Public methods

@NonNull String

Returns the String that represents the scheme filter for this object.

@NonNull String

Returns the String that represents the proxy URL for this object.

Public methods

getSchemeFilter

Added in 1.1.0
public @NonNull String getSchemeFilter()

Returns the String that represents the scheme filter for this object.

Returns
@NonNull String

Scheme filter

getUrl

Added in 1.1.0
public @NonNull String getUrl()

Returns the String that represents the proxy URL for this object.

Returns
@NonNull String

Proxy URL