Package org.apache.http.pool
package org.apache.http.pool
Client side connection pools APIs for synchronous, blocking
communication.
-
ClassDescriptionAbstract synchronous (blocking) pool of connections.ConnFactory<T,
C> Factory for poolable blocking connections.ConnPool<T,E> ConnPoolrepresents a shared pool connections can be leased from and released back to.Interface to control runtime properties of aConnPoolsuch 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.