Uses of Class
org.apache.http.HttpHost

Packages that use HttpHost
org.apache.http Core HTTP components based on the blocking I/O model. 
org.apache.http.impl.pool Basic implementations for interfaces in org.apache.http.pool
 

Uses of HttpHost in org.apache.http
 

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

Uses of HttpHost in org.apache.http.impl.pool
 

Methods in org.apache.http.impl.pool with parameters of type HttpHost
 HttpClientConnection BasicConnFactory.create(HttpHost host)
           
protected  BasicPoolEntry BasicConnPool.createEntry(HttpHost host, HttpClientConnection conn)
           
 

Constructors in org.apache.http.impl.pool with parameters of type HttpHost
BasicPoolEntry(String id, HttpHost route, HttpClientConnection conn)
           
 

Constructor parameters in org.apache.http.impl.pool with type arguments of type HttpHost
BasicConnPool(ConnFactory<HttpHost,HttpClientConnection> connFactory)
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.