Uses of Class
org.apache.http.nio.pool.AbstractNIOConnPool
-
Packages that use AbstractNIOConnPool Package Description org.apache.http.impl.nio.pool Default implementations of client side connection pools for asynchronous, even driven communication. -
-
Uses of AbstractNIOConnPool in org.apache.http.impl.nio.pool
Subclasses of AbstractNIOConnPool in org.apache.http.impl.nio.pool Modifier and Type Class Description classBasicNIOConnPoolA very basicConnPoolimplementation that represents a pool of non-blockingNHttpClientConnectionconnections identified by anHttpHostinstance.
-