public final class FakeProxySelector
extends java.net.ProxySelector
Modifier and Type | Field and Description |
---|---|
java.util.List<java.net.Proxy> |
proxies |
Constructor and Description |
---|
FakeProxySelector() |
Modifier and Type | Method and Description |
---|---|
FakeProxySelector |
addProxy(java.net.Proxy proxy) |
void |
connectFailed(java.net.URI uri,
java.net.SocketAddress sa,
java.io.IOException ioe) |
java.util.List<java.net.Proxy> |
select(java.net.URI uri) |
public FakeProxySelector addProxy(java.net.Proxy proxy)
public java.util.List<java.net.Proxy> select(java.net.URI uri)
select
in class java.net.ProxySelector
public void connectFailed(java.net.URI uri, java.net.SocketAddress sa, java.io.IOException ioe)
connectFailed
in class java.net.ProxySelector
Copyright © 2019. All Rights Reserved.