Uses of Class
org.apache.http.impl.conn.tsccm.AbstractConnPool

Packages that use AbstractConnPool
org.apache.http.impl.conn.tsccm The implementation of a thread-safe client connection manager. 
 

Uses of AbstractConnPool in org.apache.http.impl.conn.tsccm
 

Subclasses of AbstractConnPool in org.apache.http.impl.conn.tsccm
 class ConnPoolByRoute
          A connection pool that maintains connections by route.
 

Fields in org.apache.http.impl.conn.tsccm declared as AbstractConnPool
protected  AbstractConnPool ThreadSafeClientConnManager.connectionPool
          Deprecated. 
 

Methods in org.apache.http.impl.conn.tsccm that return AbstractConnPool
protected  AbstractConnPool ThreadSafeClientConnManager.createConnectionPool(org.apache.http.params.HttpParams params)
          Deprecated. use #createConnectionPool(long, TimeUnit))
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.