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.client |
Default HTTP client implementation.
|
org.apache.http.impl.execchain |
HTTP request execution chain APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
DecompressingEntity
Common base class for decompressing
HttpEntity implementations. |
class |
DeflateDecompressingEntity
HttpEntityWrapper responsible for handling
deflate Content Coded responses. |
class |
GzipCompressingEntity
Wrapping entity that compresses content when
writing . |
class |
GzipDecompressingEntity
HttpEntityWrapper for handling gzip
Content Coded responses. |
Modifier and Type | Class and Description |
---|---|
class |
BasicManagedEntity
Deprecated.
(4.3) do not use.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedHttpEntity
A wrapping entity that buffers it content if necessary.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
EntityEnclosingRequestWrapper.EntityWrapper
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ResponseEntityProxy
A wrapper class for
HttpEntity enclosed in a response message. |