Package org.apache.http.nio.client.methods

Asynchronous HTTP method implementations.

See:
          Description

Class Summary
AsyncByteConsumer<T> HttpAsyncResponseConsumer implementation that provides convenience methods for processing of binary content entities enclosed in an HTTP response.
AsyncCharConsumer<T> HttpAsyncResponseConsumer implementation that provides convenience methods for processing of textual content entities enclosed in an HTTP response.
HttpAsyncMethods Factory methods for asynchronous request producers and response consumers.
ZeroCopyConsumer<T> HttpAsyncResponseConsumer implementation that streams content entity enclosed in an HTTP response directly into a file without an intermediate in-memory buffer.
ZeroCopyPost HttpAsyncRequestProducer implementation that generates an HTTP POST request enclosing content of a file.
ZeroCopyPut HttpAsyncRequestProducer implementation that generates an HTTP PUT request enclosing content of a file.
 

Package org.apache.http.nio.client.methods Description

Asynchronous HTTP method implementations.



Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.