Uses of Interface
org.apache.http.nio.entity.HttpAsyncContentProducer

Packages that use HttpAsyncContentProducer
org.apache.http.nio.entity Common HTTP entity implementations with extensions for asynchronous (non-blocking) data transfer. 
org.apache.http.nio.protocol Asynchronous HTTP protocol handlers based on the non-blocking I/O model. 
 

Uses of HttpAsyncContentProducer in org.apache.http.nio.entity
 

Classes in org.apache.http.nio.entity that implement HttpAsyncContentProducer
 class EntityAsyncContentProducer
          Basic implementation of HttpAsyncContentProducer that relies on inefficient and potentially blocking I/O operation redirection through Channels.newChannel(java.io.InputStream).
 class NByteArrayEntity
          A simple self contained, repeatable non-blocking entity that retrieves its content from a byte array.
 class NFileEntity
          A self contained, repeatable non-blocking entity that retrieves its content from a file.
 class NStringEntity
          A simple, self contained, repeatable non-blocking entity that retrieves its content from a String object.
 

Uses of HttpAsyncContentProducer in org.apache.http.nio.protocol
 

Constructors in org.apache.http.nio.protocol with parameters of type HttpAsyncContentProducer
BasicAsyncRequestProducer(HttpHost target, HttpEntityEnclosingRequest request, HttpAsyncContentProducer producer)
          Creates a producer that can be used to transmit the given request message.
BasicAsyncResponseProducer(HttpResponse response, HttpAsyncContentProducer producer)
          Creates a producer that can be used to transmit the given response message.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.