Package | Description |
---|---|
org.apache.http.nio.protocol |
Non-blocking HTTP protocol execution framework.
|
Class and Description |
---|
EventListener
Event listener used by the HTTP protocol layer to report fatal exceptions
and events that may need to be logged using a logging toolkit.
|
HttpRequestExecutionHandler
HTTP request execution handler can be used by client-side protocol handlers
to trigger the submission of a new HTTP request and the processing of an
HTTP response.
|
NHttpHandlerBase |
NHttpRequestExecutionHandler
HTTP request execution handler can be used by client-side protocol handlers
to trigger the submission of a new HTTP request and the processing of an HTTP
response.
|
NHttpRequestHandler
NHttpRequestHandler represents a routine for asynchronous processing of
a specific group of non-blocking HTTP requests.
|
NHttpRequestHandlerResolver
HttpRequestHandlerResolver can be used to resolve an instance of
NHttpRequestHandler matching a particular request URI. |
NHttpResponseTrigger
Callback interface to submit HTTP responses asynchronously.
|
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.