| Package | Description |
|---|---|
| org.apache.commons.httpclient.contrib.proxy |
A contributed module for HttpClient that provides support for HTTP Proxy detection.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.http.HttpHost |
PluginProxyUtil.detectProxy(java.net.URL sampleURL)
Returns the Proxy Host information using settings from the java plugin.
|
private static org.apache.http.HttpHost |
PluginProxyUtil.detectProxySettingsJDK13(java.net.URL sampleURL)
Use Sun-specific internal plugin proxy classes for 1.3.X
Look around for the 1.3.X plugin proxy detection class.
|
private static org.apache.http.HttpHost |
PluginProxyUtil.getPluginProxyConfigSettings()
Returns the proxy host information found by inspecting the system
property "javaplugin.proxy.config.list".
|