Package org.apache.http.entity

Core HTTP entity implementations.

See:
          Description

Class Summary
AbstractHttpEntityHC4 Abstract base class for entities.
BasicHttpEntityHC4 A generic streamed, non-repeatable entity that obtains its content from an InputStream.
BufferedHttpEntityHC4 A wrapping entity that buffers it content if necessary.
ByteArrayEntityHC4 A self contained, repeatable entity that obtains its content from a byte array.
ContentType Content type information consisting of a MIME type and an optional charset.
FileEntityHC4 A self contained, repeatable entity that obtains its content from a file.
HttpEntityWrapperHC4 Base class for wrapping entities.
InputStreamEntityHC4 A streamed, non-repeatable entity that obtains its content from an InputStream.
SerializableEntityHC4 A streamed entity that obtains its content from a Serializable.
StringEntityHC4 A self contained, repeatable entity that obtains its content from a String.
 

Package org.apache.http.entity Description

Core HTTP entity implementations.