Package | Description |
---|---|
org.apache.http.client.entity |
Client specific HTTP entity implementations.
|
org.apache.http.entity |
Core HTTP entity implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
UrlEncodedFormEntity
An entity composed of a list of url-encoded pairs.
|
Modifier and Type | Class and Description |
---|---|
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 |
EntityTemplate
Entity that delegates the process of content generation
to a
ContentProducer . |
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 |
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 . |