Package | Description |
---|---|
org.apache.http.client.entity |
Client specific HTTP entity implementations.
|
org.apache.http.conn |
Client connection management APIs.
|
org.apache.http.entity |
Core HTTP entity implementations.
|
org.apache.http.impl |
Default implementations of HTTP connections for synchronous,
blocking communication.
|
org.apache.http.impl.client |
Default HTTP client implementation.
|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
org.apache.http.impl.entity |
Default implementations of entity content strategies.
|
org.apache.http.impl.execchain |
HTTP request execution chain APIs.
|
Class and Description |
---|
AbstractHttpEntity
Abstract base class for entities.
|
ContentType
Content type information consisting of a MIME type and an optional charset.
|
HttpEntityWrapper
Base class for wrapping entities.
|
StringEntity
A self contained, repeatable entity that obtains its content from
a
String . |
Class and Description |
---|
HttpEntityWrapper
Base class for wrapping entities.
|
Class and Description |
---|
AbstractHttpEntity
Abstract base class for entities.
|
ContentProducer
An abstract entity content producer.
|
ContentType
Content type information consisting of a MIME type and an optional charset.
|
HttpEntityWrapper
Base class for wrapping entities.
|
Class and Description |
---|
ContentLengthStrategy
Represents a strategy to determine length of the enclosed content entity
based on properties of the HTTP message.
|
Class and Description |
---|
HttpEntityWrapper
Base class for wrapping entities.
|
Class and Description |
---|
ContentLengthStrategy
Represents a strategy to determine length of the enclosed content entity
based on properties of the HTTP message.
|
Class and Description |
---|
BasicHttpEntity
A generic streamed, non-repeatable entity that obtains its content
from an
InputStream . |
ContentLengthStrategy
Represents a strategy to determine length of the enclosed content entity
based on properties of the HTTP message.
|
Class and Description |
---|
HttpEntityWrapper
Base class for wrapping entities.
|