Uses of Interface
org.apache.http.pool.ConnPool
-
Packages that use ConnPool Package Description org.apache.http.impl.pool Default implementations of client side connection pools for synchronous, blocking communication.org.apache.http.pool Client side connection pools APIs for synchronous, blocking communication. -
-
Uses of ConnPool in org.apache.http.impl.pool
Classes in org.apache.http.impl.pool that implement ConnPool Modifier and Type Class Description classBasicConnPoolA very basicConnPoolimplementation that represents a pool of blockingHttpClientConnectionconnections identified by anHttpHostinstance. -
Uses of ConnPool in org.apache.http.pool
Classes in org.apache.http.pool that implement ConnPool Modifier and Type Class Description classAbstractConnPool<T,C,E extends PoolEntry<T,C>>Abstract synchronous (blocking) pool of connections.
-