Uses of Package
org.apache.http.nio.entity

Packages that use org.apache.http.nio.entity
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. 
 

Classes in org.apache.http.nio.entity used by org.apache.http.nio.entity
ConsumingNHttpEntity
          Deprecated. (4.2) use BasicAsyncRequestConsumer or BasicAsyncResponseConsumer
ContentListener
          Deprecated. (4.2)
HttpAsyncContentProducer
          HttpAsyncContentProducer is a callback interface whose methods get invoked to stream out message content to a non-blocking HTTP connection.
ProducingNHttpEntity
          Deprecated. use (4.2) BasicAsyncRequestProducer or BasicAsyncResponseProducer
 

Classes in org.apache.http.nio.entity used by org.apache.http.nio.protocol
ConsumingNHttpEntity
          Deprecated. (4.2) use BasicAsyncRequestConsumer or BasicAsyncResponseConsumer
HttpAsyncContentProducer
          HttpAsyncContentProducer is a callback interface whose methods get invoked to stream out message content to a non-blocking HTTP connection.
ProducingNHttpEntity
          Deprecated. use (4.2) BasicAsyncRequestProducer or BasicAsyncResponseProducer
 



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