Java.Net.ProxySelector: Method Members

The methods of Java.Net.ProxySelector are listed below. For a list of all members, see the ProxySelector Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

abstract
ConnectFailed(URI, SocketAddress, Java.IO.IOException)
Notifies this ProxySelector that a connection to the proxy server could not be established.
abstract
Select(URI) : IList<Proxy>
Returns the proxy servers to use on connections to uri.