Example usage for Java android.net ProxyInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
ProxyInfo(String host, int port, String exclList) Create a ProxyProperties that points at a HTTP Proxy. | |
ProxyInfo(String host, int port, String exclList, String[] parsedExclList) | |
ProxyInfo(Uri pacFileUrl) Create a ProxyProperties that points at a PAC URL. | |
ProxyInfo(String pacFileUrl) Create a ProxyProperties that points at a PAC URL. | |
ProxyInfo(ProxyInfo source) |
String | getExclusionListAsString() comma separated |
String | getHost() When configured to use a Direct Proxy this returns the host of the proxy. |
Uri | getPacFileUrl() Returns the URL of the current PAC script or null if there is no PAC script. |
int | getPort() When configured to use a Direct Proxy this returns the port of the proxy |