See: Description
Interface | Description |
---|---|
InputStreamFactory |
Factory for decorated
InputStream s. |
Class | Description |
---|---|
BrotliDecompressingEntity |
HttpEntityWrapper responsible for
handling br Content Coded responses. |
BrotliInputStreamFactory |
InputStreamFactory for handling Brotli Content Coded responses. |
DecompressingEntity |
Common base class for decompressing
HttpEntity implementations. |
DeflateDecompressingEntity |
HttpEntityWrapper responsible for
handling deflate Content Coded responses. |
DeflateInputStream |
Deflates an 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.
|
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.