public abstract class CommonWindowsSearchStrategy extends Object implements ProxySearchStrategy
| Constructor and Description |
|---|
CommonWindowsSearchStrategy() |
| Modifier and Type | Method and 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 © 2020. All rights reserved.