Package | Description |
---|---|
org.apache.http.nio.protocol |
Asynchronous HTTP protocol handlers based on the non-blocking I/O model.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpAsyncRequestHandlerRegistry
Maintains a map of HTTP request handlers keyed by a request URI pattern.
|
Constructor and Description |
---|
HttpAsyncService(HttpProcessor httpProcessor,
ConnectionReuseStrategy connStrategy,
HttpAsyncRequestHandlerResolver handlerResolver,
HttpParams params)
Creates an instance of HttpAsyncServerProtocolHandler.
|
HttpAsyncService(HttpProcessor httpProcessor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpAsyncRequestHandlerResolver handlerResolver,
HttpAsyncExpectationVerifier expectationVerifier,
HttpParams params)
Creates an instance of HttpAsyncServerProtocolHandler.
|
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.