Uses of Interface
org.apache.http.pool.ConnPoolControl
Packages that use ConnPoolControl
Package
Description
Default implementations of client side connection pools
for synchronous, blocking communication.
Client side connection pools APIs for synchronous, blocking
communication.
-
Uses of ConnPoolControl in org.apache.http.impl.pool
Classes in org.apache.http.impl.pool that implement ConnPoolControlModifier and TypeClassDescriptionclass
A very basicConnPool
implementation that represents a pool of blockingHttpClientConnection
connections identified by anHttpHost
instance. -
Uses of ConnPoolControl in org.apache.http.pool
Classes in org.apache.http.pool that implement ConnPoolControlModifier and TypeClassDescriptionclass
AbstractConnPool<T,
C, E extends PoolEntry<T, C>> Abstract synchronous (blocking) pool of connections.