Package org.apache.http.nio.pool
Client side connection pools APIs for asynchronous, event driven
communication.
-
Interface Summary Interface Description NIOConnFactory<T,C> Factory for poolable non-blocking connections.SocketAddressResolver<T> Strategy that resolves an abstract connection route to a local or a remoteSocketAddress
. -
Class Summary Class Description AbstractNIOConnPool<T,C,E extends PoolEntry<T,C>> Abstract non-blocking connection pool.