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