| Package | Description |
|---|---|
| org.apache.http.nio.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected NHttpRequestExecutionHandler |
AsyncNHttpClientHandler.execHandler |
Deprecated.
|
| Constructor | Description |
|---|---|
AsyncNHttpClientHandler(org.apache.http.protocol.HttpProcessor httpProcessor,
NHttpRequestExecutionHandler execHandler,
org.apache.http.ConnectionReuseStrategy connStrategy,
ByteBufferAllocator allocator,
org.apache.http.params.HttpParams params) |
Deprecated.
|
AsyncNHttpClientHandler(org.apache.http.protocol.HttpProcessor httpProcessor,
NHttpRequestExecutionHandler execHandler,
org.apache.http.ConnectionReuseStrategy connStrategy,
org.apache.http.params.HttpParams params) |
Deprecated.
|