public class OneProxy extends ProxySelector
| Modifier and Type | Method and Description |
|---|---|
OneProxy |
clone() |
void |
connectFailed(URI uri,
SocketAddress sa,
IOException ioe) |
Collection<UrlPattern> |
getExcepts() |
Proxy |
getProxy() |
List<Proxy> |
select(URI uri) |
void |
setExcepts(Collection<UrlPattern> exceptSet) |
void |
setProxy(Proxy proxy) |
String |
toString() |
getDefault, setDefaultpublic OneProxy()
public OneProxy(OneProxy src)
public Proxy getProxy()
public void setProxy(Proxy proxy)
public Collection<UrlPattern> getExcepts()
public void setExcepts(Collection<UrlPattern> exceptSet)
public List<Proxy> select(URI uri)
select in class ProxySelectorpublic void connectFailed(URI uri, SocketAddress sa, IOException ioe)
connectFailed in class ProxySelectorCopyright © 2017. All rights reserved.