Uses of Class
org.apache.http.nio.pool.AbstractNIOConnPool
Packages that use AbstractNIOConnPool
Package
Description
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.poolModifier and TypeClassDescriptionclassA very basicConnPoolimplementation that represents a pool of non-blockingNHttpClientConnectionconnections identified by anHttpHostinstance.