ProxyConfig.ProxyRule


public final class ProxyConfig.ProxyRule

Class that holds a scheme filter and a proxy URL.

Summary

Public methods

getSchemeFilter

Added in 1.1.0
public @NonNull StringgetSchemeFilter()

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

Returns
@NonNull String

Scheme filter

getUrl

Added in 1.1.0
public @NonNull StringgetUrl()

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