public class WpadProxySearchStrategyWithDHPC extends Object implements ProxySearchStrategy
Note: at the moment only the DNS name guessing schema is implemented. All others are missing.
For more information about WPAD: Web_Proxy_Autodiscovery_Protocol
Outdated RFC draft: draft-ietf-wrec-wpad-01.txt
| Constructor and Description |
|---|
WpadProxySearchStrategyWithDHPC()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the printable name of the search strategy.
|
ProxySelector |
getProxySelector()
Loads the proxy settings from a PAC file.
|
Properties |
readSettings()
Loads the settings and stores them in a properties map.
|
public WpadProxySearchStrategyWithDHPC()
public ProxySelector getProxySelector() throws ProxyException
getProxySelector in interface ProxySearchStrategyProxyException - on error.public String getName()
getName in interface ProxySearchStrategypublic Properties readSettings()
Copyright © 2020. All rights reserved.