ProxySearchStrategypublic class JavaProxySearchStrategy extends Object implements ProxySearchStrategy
This is based on information found here:
http://download.oracle.com/javase/6/docs/technotes/guides/net/proxies.html
| Constructor | Description |
|---|---|
JavaProxySearchStrategy() |
Constructor Will use the default environment variables.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getName() |
Gets the printable name of the search strategy.
|
ProxySelector |
getProxySelector() |
Loads the proxy settings from environment variables.
|
public JavaProxySearchStrategy()
public ProxySelector getProxySelector()
getProxySelector in interface ProxySearchStrategypublic String getName()
getName in interface ProxySearchStrategyCopyright © 2018. All rights reserved.