Example usage for Java java.net ProxySelector fields, constructors, methods, implement or subclass
The text is from its open source code.
void | connectFailed(URI uri, SocketAddress sa, IOException ioe) Called to indicate that a connection could not be established to a proxy/socks server. |
ProxySelector | getDefault() Gets the system-wide proxy selector. |
List | select(URI uri) Selects all the applicable proxies based on the protocol to access the resource with and a destination address to access the resource at. |
void | setDefault(ProxySelector ps) Sets (or unsets) the system-wide proxy selector. |