Class BasicAsyncRequestHandler

java.lang.Object
org.apache.http.nio.protocol.BasicAsyncRequestHandler
All Implemented Interfaces:
HttpAsyncRequestHandler<HttpRequest>

@Contract(threading=IMMUTABLE_CONDITIONAL) public class BasicAsyncRequestHandler extends Object implements HttpAsyncRequestHandler<HttpRequest>
Basic implementation of HttpAsyncRequestHandler that delegates the process of request handling to a HttpRequestHandler. Please note that this handler buffers request content in memory and should be used for relatively small request messages.
Since:
4.2