| Class | Description |
|---|---|
| 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. |
Copyright © 1999-2015 The Apache Software Foundation. All rights reserved.