Example usage for Java android.net Proxy fields, constructors, methods, implement or subclass
The text is from its open source code.
String | PROXY_CHANGE_ACTION Used to notify an app that's caching the proxy that either the default connection has changed or any connection's proxy has changed. |
int | PROXY_VALID |
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
String | getDefaultHost() Return the default proxy host specified by the carrier. |
int | getDefaultPort() Return the default proxy port specified by the carrier. |
String | getHost(Context ctx) Return the proxy host set by the user. |
int | getPort(Context ctx) Return the proxy port set by the user. |
int | validate(String hostname, String port, String exclList) Validate syntax of hostname, port and exclusion list entries |