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

Packages that use org.apache.http.nio.entity
org.apache.http.nio.entity Representations for non-blocking HTTP message entities. 
org.apache.http.nio.protocol Non-blocking HTTP protocol execution framework. 
 

Classes in org.apache.http.nio.entity used by org.apache.http.nio.entity
ConsumingNHttpEntity
          A non-blocking HttpEntity that allows content to be streamed from a ContentDecoder.
ContentListener
          A listener for available data on a non-blocking ConsumingNHttpEntity.
HttpNIOEntity
          Deprecated. Use ProducingNHttpEntity
ProducingNHttpEntity
          An HttpEntity that can stream content out into a ContentEncoder.
 

Classes in org.apache.http.nio.entity used by org.apache.http.nio.protocol
ConsumingNHttpEntity
          A non-blocking HttpEntity that allows content to be streamed from a ContentDecoder.
ProducingNHttpEntity
          An HttpEntity that can stream content out into a ContentEncoder.
 



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