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 and Description |
---|---|
class |
HttpAsyncRequestHandlerRegistry
Deprecated.
(4.3) use
UriHttpAsyncRequestHandlerMapper |
Modifier and Type | Field and Description |
---|---|
private HttpAsyncRequestHandlerResolver |
HttpAsyncService.HttpAsyncRequestHandlerResolverAdapter.resolver
Deprecated.
|
Constructor and Description |
---|
HttpAsyncRequestHandlerResolverAdapter(HttpAsyncRequestHandlerResolver resolver)
Deprecated.
|
HttpAsyncService(HttpProcessor httpProcessor,
ConnectionReuseStrategy connStrategy,
HttpAsyncRequestHandlerResolver handlerResolver,
HttpParams params)
|
HttpAsyncService(HttpProcessor httpProcessor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpAsyncRequestHandlerResolver handlerResolver,
HttpAsyncExpectationVerifier expectationVerifier,
HttpParams params)
|