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 TypeClassDescriptionclassA very basicConnPoolimplementation that represents a pool of blockingHttpClientConnectionconnections identified by anHttpHostinstance.