Uses of Class
org.apache.http.entity.AbstractHttpEntity

Packages that use AbstractHttpEntity
org.apache.http.entity Representations for HTTP message entities. 
org.apache.http.nio.entity   
 

Uses of AbstractHttpEntity in org.apache.http.entity
 

Subclasses of AbstractHttpEntity in org.apache.http.entity
 class BasicHttpEntity
          A generic streamed entity being received on a connection.
 class ByteArrayEntity
          A self-contained entity obtaining content from a byte array.
 class EntityTemplate
          Entity that delegates the process of content generation to an abstract content producer.
 class FileEntity
          A self-contained entity obtaining content from a file.
 class InputStreamEntity
          A streamed entity obtaining content from an InputStream.
 class StringEntity
          A self-contained entity obtaining content from a string.
 

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

Subclasses of AbstractHttpEntity in org.apache.http.nio.entity
 class ContentBufferEntity
           
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.