|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
A self-contained entity obtaining content from a byte array. |
class |
EntityTemplate
Entity that delegates the process of content generation to an abstract content producer. |
class |
FileEntity
A self-contained entity obtaining content from a file. |
class |
InputStreamEntity
A streamed entity obtaining content from an InputStream . |
class |
StringEntity
A self-contained entity obtaining content from a string. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |