Since: API Level 1
package

org.apache.http.entity

Classes | Description

Representations for HTTP message entities.

more...

Interfaces

ContentLengthStrategyRepresents a strategy to determine the content length based on the properties of an HTTP message. 
ContentProducerAn abstract entity content producer. 

Classes

AbstractHttpEntityAbstract base class for entities. 
BasicHttpEntityA generic streamed entity being received on a connection. 
BufferedHttpEntityA wrapping entity that buffers it content if necessary. 
ByteArrayEntityAn entity whose content is retrieved from a byte array. 
EntityTemplateEntity that delegates the process of content generation to an abstract content producer. 
FileEntityAn entity whose content is retrieved from a file. 
HttpEntityWrapperBase class for wrapping entities. 
InputStreamEntityA streamed entity obtaining content from an InputStream
SerializableEntity 
StringEntityAn entity whose content is retrieved from a string.