Type | Reason |
---|---|
AbstractHttpEntity | Abstract base class for entities. |
BasicHttpEntity | A generic streamed entity being received on a connection. |
BufferedHttpEntity | A wrapping entity that buffers it content if necessary. |
ByteArrayEntity | An entity whose content is retrieved from a byte array. |
ContentLengthStrategy | Represents a strategy to determine the content length based on the properties of an HTTP message. |
ContentLengthStrategyConsts | Documentation for this section has not yet been entered. |
EntityTemplate | Entity that delegates the process of content generation to an abstract content producer. |
FileEntity | An entity whose content is retrieved from a file. |
HttpEntityWrapper | Base class for wrapping entities. |
IContentLengthStrategy | Represents a strategy to determine the content length based on the properties of an HTTP message. |
IContentProducer | An abstract entity content producer. |
InputStreamEntity | A streamed entity obtaining content from an Java.IO.InputStream. |
SerializableEntity | [Android Documentation] |
StringEntity | An entity whose content is retrieved from a string. |