See: Description
Interface | Description |
---|---|
InputStreamFactory |
Factory for decorated
InputStream s. |
Class | Description |
---|---|
DecompressingEntity |
Common base class for decompressing
HttpEntity implementations. |
DeflateDecompressingEntity |
HttpEntityWrapper responsible for
handling deflate Content Coded responses. |
DeflateInputStream |
Deflate input stream.
|
DeflateInputStreamFactory |
InputStreamFactory for handling Deflate Content Coded responses. |
EntityBuilder |
Builder for
HttpEntity instances. |
GzipCompressingEntity |
Wrapping entity that compresses content when
writing . |
GzipDecompressingEntity |
HttpEntityWrapper for handling
gzip Content Coded responses. |
GZIPInputStreamFactory |
InputStreamFactory for handling GZIPContent Coded responses. |
UrlEncodedFormEntity |
An entity composed of a list of url-encoded pairs.
|