See: Description
| Interface | Description |
|---|---|
| InputStreamFactory |
Factory for decorated
InputStreams. |
| Class | Description |
|---|---|
| BrotliDecompressingEntity | Deprecated |
| BrotliInputStreamFactory | Deprecated |
| DecompressingEntity | Deprecated |
| DeflateCompressingEntity |
Entity wrapper that compresses the wrapped entity with
Content-Encoding: deflate on write-out. |
| DeflateDecompressingEntity | Deprecated |
| DeflateInputStream |
Deflates an input stream.
|
| DeflateInputStreamFactory | Deprecated |
| EntityBuilder |
Builder for
HttpEntity instances. |
| GzipCompressingEntity |
Wrapping entity that compresses content when
writing. |
| GzipDecompressingEntity | Deprecated |
| GZIPInputStreamFactory | Deprecated
– the public extension point has moved to
DecompressingEntity. |
| UrlEncodedFormEntity |
An entity composed of a list of url-encoded pairs.
|
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.