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
          Deprecated. 
NStringEntity
          A simple, self contained, repeatable non-blocking entity that retrieves its content from a String object.
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-2011 The Apache Software Foundation. All Rights Reserved.