Summary:
Methods
| Inherited Methods
ProxyConfig.ProxyRule
public
static
final
class
ProxyConfig.ProxyRule
extends Object
| java.lang.Object | |
| ↳ | androidx.webkit.ProxyConfig.ProxyRule |
Class that holds a scheme filter and a proxy URL.
Summary
Public methods | |
|---|---|
String
|
getSchemeFilter()
Returns the |
String
|
getUrl()
Returns the |
Inherited methods | |
|---|---|
Public methods
getSchemeFilter
public String getSchemeFilter ()
Returns the String that represents the scheme filter for this object.
| Returns | |
|---|---|
String |
Scheme filter |
getUrl
public String getUrl ()
Returns the String that represents the proxy URL for this object.
| Returns | |
|---|---|
String |
Proxy URL |