Package org.apache.http.pool


package org.apache.http.pool
Client side connection pools APIs for synchronous, blocking communication.
  • Class
    Description
    AbstractConnPool<T,C,E extends PoolEntry<T,C>>
    Abstract synchronous (blocking) pool of connections.
    Factory for poolable blocking connections.
    ConnPool represents a shared pool connections can be leased from and released back to.
    Interface to control runtime properties of a ConnPool such as maximum total number of connections or maximum connections per route allowed.
    Pool entry containing a pool connection object along with its route.
    Pool entry callabck.
    Pool statistics.