ProxySearchStrategyIEProxySearchStrategy, WinProxySearchStrategypublic abstract class CommonWindowsSearchStrategy extends Object implements ProxySearchStrategy
| Constructor | Description |
|---|---|
CommonWindowsSearchStrategy() |
| Modifier and Type | Method | Description |
|---|---|---|
protected ProtocolDispatchSelector |
buildProtocolDispatchSelector(Properties properties) |
|
protected Properties |
parseProxyList(String proxyString) |
Parses the proxy list and splits it by protocol.
|
protected ProxySelector |
setByPassListOnSelector(String bypassList,
ProtocolDispatchSelector ps) |
Installs the proxy exclude list on the given selector.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getProxySelectorprotected ProxySelector setByPassListOnSelector(String bypassList, ProtocolDispatchSelector ps)
bypassList - the list of urls / hostnames to ignore.ps - the proxy selector to wrap.protected Properties parseProxyList(String proxyString) throws ProxyException
proxyString - the proxy list stringProxyException - on parse error.protected ProtocolDispatchSelector buildProtocolDispatchSelector(Properties properties)
Copyright © 2019. All rights reserved.