Uses of Class
org.apache.commons.httpclient.HttpHost

Packages that use HttpHost
org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
 

Uses of HttpHost in org.apache.commons.httpclient
 

Subclasses of HttpHost in org.apache.commons.httpclient
 class ProxyHost
          Holds all of the variables needed to describe an HTTP connection to a proxy.
 

Methods in org.apache.commons.httpclient with parameters of type HttpHost
 void HostConfiguration.setHost(HttpHost host)
          Sets the given host
 

Constructors in org.apache.commons.httpclient with parameters of type HttpHost
HttpHost(HttpHost httphost)
          Copy constructor for HttpHost
 



Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.