Uses of Package
org.apache.http.pool
-
Packages that use org.apache.http.pool Package Description org.apache.http.impl.nio.pool Default implementations of client side connection pools for asynchronous, even driven communication.org.apache.http.impl.pool Default implementations of client side connection pools for synchronous, blocking communication.org.apache.http.nio.pool Client side connection pools APIs for asynchronous, event driven communication.org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication.org.apache.http.pool Client side connection pools APIs for synchronous, blocking communication. -
Classes in org.apache.http.pool used by org.apache.http.impl.nio.pool Class Description ConnPool ConnPool
represents a shared pool connections can be leased from and released back to.ConnPoolControl Interface to control runtime properties of aConnPool
such as maximum total number of connections or maximum connections per route allowed.PoolEntry Pool entry containing a pool connection object along with its route. -
Classes in org.apache.http.pool used by org.apache.http.impl.pool Class Description AbstractConnPool Abstract synchronous (blocking) pool of connections.ConnFactory Factory for poolable blocking connections.ConnPool ConnPool
represents a shared pool connections can be leased from and released back to.ConnPoolControl Interface to control runtime properties of aConnPool
such as maximum total number of connections or maximum connections per route allowed.PoolEntry Pool entry containing a pool connection object along with its route. -
Classes in org.apache.http.pool used by org.apache.http.nio.pool Class Description ConnPool ConnPool
represents a shared pool connections can be leased from and released back to.ConnPoolControl Interface to control runtime properties of aConnPool
such as maximum total number of connections or maximum connections per route allowed.PoolEntry Pool entry containing a pool connection object along with its route.PoolEntryCallback Pool entry callabck.PoolStats Pool statistics. -
Classes in org.apache.http.pool used by org.apache.http.nio.protocol Class Description ConnPool ConnPool
represents a shared pool connections can be leased from and released back to.PoolEntry Pool entry containing a pool connection object along with its route. -
Classes in org.apache.http.pool used by org.apache.http.pool Class Description ConnFactory Factory for poolable blocking connections.ConnPool ConnPool
represents a shared pool connections can be leased from and released back to.ConnPoolControl Interface to control runtime properties of aConnPool
such as maximum total number of connections or maximum connections per route allowed.PoolEntry Pool entry containing a pool connection object along with its route.PoolEntryCallback Pool entry callabck.PoolStats Pool statistics.RouteSpecificPool