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

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

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
          An entity whose content is retrieved from a byte array.
 class EntityTemplate
          Entity that delegates the process of content generation to an abstract content producer.
 class FileEntity
          An entity whose content is retrieved from a file.
 class InputStreamEntity
          A streamed entity obtaining content from an InputStream.
 class SerializableEntity
           
 class StringEntity
          An entity whose content is retrieved from a string.
 



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