Date: 2005-01-20T02:29:37
   Editor: OrtwinGlueck
   Wiki: Jakarta-HttpClient Wiki
   Page: HttpClientApiRedesign
   URL: http://wiki.apache.org/jakarta-httpclient/HttpClientApiRedesign

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -93,6 +93,12 @@
    a. {{{ ProxyConnectRequest }}} class implementing {{{ HttpRequest }}} 
interface
    a. {{{ HttpProxyHost }}} class
 
+ * Http proxy chain support
+
+   a. {{{ ProxyChain }}}  interface
+   a. {{{ SimpleProxyChain }}} class implementing {{{ ProxyChain }}}. List of 
{{{ HttpProxyHost }}} objects.
+   a. {{{ SingleProxy }}} class extending {{{ SimpleProxyChain }}}. For use 
when a single proxy server is used.
+
 == http-cookie ==
 
 possible package name: '''org.apache.http.cookie'''

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to