Uses of Interface
org.apache.http.pool.ConnFactory

Packages that use ConnFactory
org.apache.http.impl.pool   
org.apache.http.pool   
 

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

Classes in org.apache.http.impl.pool that implement ConnFactory
 class BasicConnFactory
           
 

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

Uses of ConnFactory in org.apache.http.pool
 

Constructors in org.apache.http.pool with parameters of type ConnFactory
AbstractConnPool(ConnFactory<T,C> connFactory, int defaultMaxPerRoute, int maxTotal)
           
 



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