Java java.net ProxySelector fields, constructors, methods, implement or subclass

Example usage for Java java.net ProxySelector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.net ProxySelector.

The text is from its open source code.

Subclass

java.net.ProxySelector has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidconnectFailed(URI uri, SocketAddress sa, IOException ioe)
Called to indicate that a connection could not be established to a proxy/socks server.
ProxySelectorgetDefault()
Gets the system-wide proxy selector.
Listselect(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.
voidsetDefault(ProxySelector ps)
Sets (or unsets) the system-wide proxy selector.