Package org.apache.http.pool
package org.apache.http.pool
Client side connection pools APIs for synchronous, blocking
communication.
-
ClassDescriptionAbstractConnPool<T,
C, E extends PoolEntry<T, C>> Abstract synchronous (blocking) pool of connections.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.Interface to control runtime properties of aConnPool
such as maximum total number of connections or maximum connections per route allowed.PoolEntry<T,C> Pool entry containing a pool connection object along with its route.PoolEntryCallback<T,C> Pool entry callabck.Pool statistics.