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


package org.apache.http.nio.client.methods
Asynchronous HTTP method implementations.
  • Classes
    Class
    Description
    HttpAsyncResponseConsumer implementation that provides convenience methods for processing of binary content entities enclosed in an HTTP response.
    HttpAsyncResponseConsumer implementation that provides convenience methods for processing of textual content entities enclosed in an HTTP response.
     
    Factory methods for asynchronous request producers and response consumers.
     
    HttpAsyncResponseConsumer implementation that streams content entity enclosed in an HTTP response directly into a file without an intermediate in-memory buffer.
    HttpAsyncRequestProducer implementation that generates an HTTP POST request enclosing content of a file.
    HttpAsyncRequestProducer implementation that generates an HTTP PUT request enclosing content of a file.