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, setDefaultpublic List<Proxy> select(URI uri)
select in class ProxySelectorpublic void connectFailed(URI uri, SocketAddress sa, IOException ioe)
connectFailed in class ProxySelectorCopyright © 2019. All Rights Reserved.