Package | Description |
---|---|
org.apache.http.impl |
Default implementations of HTTP connections for synchronous,
blocking communication.
|
org.apache.http.impl.entity |
Default implementations of entity content strategies.
|
Class and Description |
---|
EntityDeserializer
Deprecated.
(4.3) use
BHttpConnectionBase |
EntitySerializer
Deprecated.
(4.3) use
BHttpConnectionBase |
Class and Description |
---|
DisallowIdentityContentLengthStrategy
Decorator for
ContentLengthStrategy implementations that disallows the use of
identity transfer encoding. |
LaxContentLengthStrategy
The lax implementation of the content length strategy.
|
StrictContentLengthStrategy
The strict implementation of the content length strategy.
|