org.apache.commons.httpclient.contrib.proxy |
|
Java Source File Name | Type | Comment |
PluginProxyTestApplet.java | Class |
DISCLAIMER: HttpClient developers DO NOT actively support this component. |
PluginProxyUtil.java | Class | A utility class that gives applets the ability to detect proxy host settings.
This was adapted from a post from Chris Forster on 20030227 to a Sun Java
forum here:
http://forum.java.sun.com/thread.jspa?threadID=364342&tstart=120
The algorithm - which relies on Sun java plugin internal classes in some
cases - was maintained, but the following changes were made:
1. |
ProxyDetectionException.java | Class | Signals a problem with auto-detecting the proxy information using the java
plugin. |