public class ManualProxySelector extends ProxySelector
Constructor and Description |
---|
ManualProxySelector(Proxy proxy,
String[] excludes) |
ManualProxySelector(String proxyHost,
int proxyPort,
String[] excludes) |
Modifier and Type | Method and Description |
---|---|
void |
connectFailed(URI uri,
SocketAddress sa,
IOException ioe) |
List<Proxy> |
select(URI uri) |
getDefault, setDefault
public List<Proxy> select(URI uri)
select
in class ProxySelector
public void connectFailed(URI uri, SocketAddress sa, IOException ioe)
connectFailed
in class ProxySelector
Copyright © 2019. All Rights Reserved.