Package | Description |
---|---|
org.apache.http.impl.nio.pool |
Default implementations of client side connection pools
for asynchronous, even driven communication.
|
org.apache.http.nio.pool |
Client side connection pools APIs for asynchronous, event driven
communication.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
BasicNIOConnPool.BasicAddressResolver |
Modifier and Type | Field and Description |
---|---|
private SocketAddressResolver<T> |
AbstractNIOConnPool.addressResolver |
Constructor and Description |
---|
AbstractNIOConnPool(ConnectingIOReactor ioreactor,
NIOConnFactory<T,C> connFactory,
SocketAddressResolver<T> addressResolver,
int defaultMaxPerRoute,
int maxTotal) |