Uses of Interface
org.apache.http.pool.ConnPoolControl
-
Packages that use ConnPoolControl 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.pool Client side connection pools APIs for synchronous, blocking communication. -
-
Uses of ConnPoolControl in org.apache.http.impl.nio.pool
Classes in org.apache.http.impl.nio.pool that implement ConnPoolControl Modifier and Type Class Description class
BasicNIOConnPool
A very basicConnPool
implementation that represents a pool of non-blockingNHttpClientConnection
connections identified by anHttpHost
instance. -
Uses of ConnPoolControl in org.apache.http.impl.pool
Classes in org.apache.http.impl.pool that implement ConnPoolControl Modifier and Type Class Description class
BasicConnPool
A very basicConnPool
implementation that represents a pool of blockingHttpClientConnection
connections identified by anHttpHost
instance. -
Uses of ConnPoolControl in org.apache.http.nio.pool
Classes in org.apache.http.nio.pool that implement ConnPoolControl Modifier and Type Class Description class
AbstractNIOConnPool<T,C,E extends PoolEntry<T,C>>
Abstract non-blocking connection pool. -
Uses of ConnPoolControl in org.apache.http.pool
Classes in org.apache.http.pool that implement ConnPoolControl Modifier and Type Class Description class
AbstractConnPool<T,C,E extends PoolEntry<T,C>>
Abstract synchronous (blocking) pool of connections.
-