Package org.apache.http.pool

Interface Summary
ConnPoolControl<T> Interface to control runtime properties of a connection pool such as maximum total number of connections or maximum connections per route allowed.
 

Class Summary
AbstractConnPool<T,C,E extends PoolEntry<T,C>> Abstract blocking connection pool.
PoolEntry<T,C> Pool entry containing a connection object along with its route information.
PoolStats Pool statistics.
 



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