public 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 and Description |
|---|
JavaProxySearchStrategy()
Constructor Will use the default environment variables.
|
| Modifier and Type | Method and 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 © 2020. All rights reserved.