| Package | Description |
|---|---|
| org.apache.http.nio.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
HttpAsyncRequestHandlerRegistry |
Deprecated.
(4.3) use
UriHttpAsyncRequestHandlerMapper |
| Constructor | Description |
|---|---|
HttpAsyncService(org.apache.http.protocol.HttpProcessor httpProcessor,
org.apache.http.ConnectionReuseStrategy connStrategy,
org.apache.http.HttpResponseFactory responseFactory,
HttpAsyncRequestHandlerResolver handlerResolver,
HttpAsyncExpectationVerifier expectationVerifier,
org.apache.http.params.HttpParams params) |
|
HttpAsyncService(org.apache.http.protocol.HttpProcessor httpProcessor,
org.apache.http.ConnectionReuseStrategy connStrategy,
HttpAsyncRequestHandlerResolver handlerResolver,
org.apache.http.params.HttpParams params) |