Package org.apache.http.nio.protocol
Class BasicAsyncRequestConsumer
java.lang.Object
org.apache.http.nio.protocol.AbstractAsyncRequestConsumer<HttpRequest>
org.apache.http.nio.protocol.BasicAsyncRequestConsumer
- All Implemented Interfaces:
Closeable,AutoCloseable,HttpAsyncRequestConsumer<HttpRequest>
Basic implementation of
HttpAsyncRequestConsumer. Please note that
this consumer buffers request content in memory and should be used for
relatively small request messages.- Since:
- 4.2
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
close, consumeContent, failed, getException, getResult, isDone, requestCompleted, requestReceived
-
Constructor Details
-
BasicAsyncRequestConsumer
public BasicAsyncRequestConsumer()
-