Package | Description |
---|---|
org.apache.http.nio.protocol |
Asynchronous HTTP protocol handlers based on the non-blocking I/O model.
|
org.apache.http.protocol |
HTTP protocol execution framework and synchronous HTTP protocol handlers
based on the blocking I/O model.
|
Modifier and Type | Field and Description |
---|---|
protected HttpProcessor |
NHttpHandlerBase.httpProcessor
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HttpProcessor |
BasicAsyncRequestExecutionHandler.getHttpProcessor() |
HttpProcessor |
HttpAsyncRequestExecutionHandler.getHttpProcessor()
Returns
HttpProcessor implementation to be used to process
HTTP request and response messages for protocol compliance. |
Modifier and Type | Class and Description |
---|---|
class |
BasicHttpProcessor
Default implementation of
HttpProcessor . |
class |
ImmutableHttpProcessor
Immutable
HttpProcessor . |
Modifier and Type | Method and Description |
---|---|
void |
HttpRequestExecutor.postProcess(HttpResponse response,
HttpProcessor processor,
HttpContext context)
Post-processes the given response using the given protocol processor and
completes the process of request execution.
|
void |
HttpRequestExecutor.preProcess(HttpRequest request,
HttpProcessor processor,
HttpContext context)
Pre-process the given request using the given protocol processor and
initiates the process of request execution.
|
void |
HttpService.setHttpProcessor(HttpProcessor processor)
Deprecated.
(4.1) set
HttpProcessor using constructor |
Constructor and Description |
---|
HttpService(HttpProcessor proc,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory)
|
HttpService(HttpProcessor processor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpRequestHandlerResolver handlerResolver,
HttpExpectationVerifier expectationVerifier,
HttpParams params)
Create a new HTTP service.
|
HttpService(HttpProcessor processor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpRequestHandlerResolver handlerResolver,
HttpParams params)
Create a new HTTP service.
|
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.