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 TypeClassDescriptionclass
A very basicConnPool
implementation that represents a pool of non-blockingNHttpClientConnection
connections identified by anHttpHost
instance.