public class NoProxySelector extends ProxySelector
| Modifier and Type | Method | Description |
|---|---|---|
void |
connectFailed(URI uri,
SocketAddress sa,
IOException ioe) |
connectFailed
|
static NoProxySelector |
getInstance() |
Gets the one and only instance of this selector.
|
List<Proxy> |
select(URI uri) |
select
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefault, of, setDefaultpublic static NoProxySelector getInstance()
public void connectFailed(URI uri, SocketAddress sa, IOException ioe)
connectFailed in class ProxySelectorProxySelector.connectFailed(java.net.URI,
java.net.SocketAddress, java.io.IOException)public List<Proxy> select(URI uri)
select in class ProxySelectorProxySelector.select(java.net.URI)Copyright © 2018. All rights reserved.