Uses of Class
org.apache.http.pool.PoolEntry
Packages that use PoolEntry
Package
Description
Default implementations of client side connection pools
for synchronous, blocking communication.
Client side connection pools APIs for synchronous, blocking
communication.
-
Uses of PoolEntry in org.apache.http.impl.pool
Subclasses of PoolEntry in org.apache.http.impl.poolModifier and TypeClassDescriptionclass
A very basicPoolEntry
implementation that represents an entry in a pool of blockingHttpClientConnection
s identified by anHttpHost
instance. -
Uses of PoolEntry in org.apache.http.pool
Classes in org.apache.http.pool with type parameters of type PoolEntryModifier and TypeClassDescriptionclass
AbstractConnPool<T,
C, E extends PoolEntry<T, C>> Abstract synchronous (blocking) pool of connections.Methods in org.apache.http.pool with parameters of type PoolEntry