Package org.apache.http.pool

Synchronous (blocking) connection pool components.

See:
          Description

Interface Summary
ConnFactory<T,C> Factory for poolable blocking connections.
ConnPool<T,E> ConnPool represents a shared pool connections can be leased from and released back to.
ConnPoolControl<T> Interface to control runtime properties of a ConnPool such as maximum total number of connections or maximum connections per route allowed.
 

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

Package org.apache.http.pool Description

Synchronous (blocking) connection pool components.



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