Uses of Class
org.apache.http.pool.AbstractConnPool
Packages that use AbstractConnPool
Package
Description
Default implementations of client side connection pools
for synchronous, blocking communication.
-
Uses of AbstractConnPool in org.apache.http.impl.pool
Subclasses of AbstractConnPool in org.apache.http.impl.poolModifier and TypeClassDescriptionclass
A very basicConnPool
implementation that represents a pool of blockingHttpClientConnection
connections identified by anHttpHost
instance.