Uses of Package
org.apache.http.pool
Packages that use org.apache.http.pool
Package
Description
Default implementations of client side connection pools
for asynchronous, even driven communication.
Default implementations of client side connection pools
for synchronous, blocking communication.
Client side connection pools APIs for asynchronous, event driven
communication.
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
Client side connection pools APIs for synchronous, blocking
communication.
-
Classes in org.apache.http.pool used by org.apache.http.impl.nio.poolClassDescription
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.Pool entry containing a pool connection object along with its route. -
Classes in org.apache.http.pool used by org.apache.http.impl.poolClassDescriptionAbstract 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 aConnPool
such as maximum total number of connections or maximum connections per route allowed.Pool entry containing a pool connection object along with its route. -
Classes in org.apache.http.pool used by org.apache.http.nio.poolClassDescription
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.Pool entry containing a pool connection object along with its route.Pool entry callabck.Pool statistics. -
Classes in org.apache.http.pool used by org.apache.http.nio.protocol
-
Classes in org.apache.http.pool used by org.apache.http.poolClassDescriptionFactory for poolable blocking connections.
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.Pool entry containing a pool connection object along with its route.Pool entry callabck.Pool statistics.