Uses of Class
org.apache.http.pool.AbstractConnPool
-
Packages that use AbstractConnPool Package Description org.apache.http.impl.pool 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.pool Modifier and Type Class Description classBasicConnPoolA very basicConnPoolimplementation that represents a pool of blockingHttpClientConnectionconnections identified by anHttpHostinstance.
-