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 Representations for non-blocking HTTP message entities. 
 

Uses of AbstractHttpEntity in org.apache.http.entity
 

Subclasses of AbstractHttpEntity in org.apache.http.entity
 class BasicHttpEntity
          A generic streamed, non-repeatable entity that obtains its content from an InputStream.
 class ByteArrayEntity
          A self contained, repeatable entity that obtains its content from a byte array.
 class EntityTemplate
          Entity that delegates the process of content generation to a ContentProducer.
 class FileEntity
          A self contained, repeatable entity that obtains its content from a file.
 class InputStreamEntity
          A streamed, non-repeatable entity that obtains its content from an InputStream.
 class SerializableEntity
          A streamed entity that obtains its content from a Serializable.
 class StringEntity
          A self contained, repeatable entity that obtains its content from a String.
 

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

Subclasses of AbstractHttpEntity in org.apache.http.nio.entity
 class ByteArrayNIOEntity
          Deprecated. Use NByteArrayEntity
 class ContentBufferEntity
          HTTP entity wrapper whose content is provided by a ContentInputBuffer.
 class FileNIOEntity
          Deprecated. Use NFileEntity
 class NByteArrayEntity
          A simple self contained, repeatable non-blocking entity that retrieves its content from a byte array.
 class NFileEntity
          A self contained, repeatable non-blocking entity that retrieves its content from a file.
 class NStringEntity
          A simple, self contained, repeatable non-blocking entity that retrieves its content from a String object.
 class StringNIOEntity
          Deprecated. Use NStringEntity
 



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