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 |
ByteBufferEntity |
An entity that delivers the contents of a ByteBuffer .
|
class |
EntityTemplate |
Entity that delegates the process of content generation to a IOCallback
with OutputStream as output sink.
|
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 |
PathEntity |
A self contained, repeatable entity that obtains its content from a path.
|
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 .
|