| Package | Description |
|---|---|
| org.apache.http.client.entity |
Client specific HTTP entity implementations.
|
| org.apache.http.client.protocol |
Client specific HTTP protocol handlers.
|
| org.apache.http.impl.client |
Default HTTP client implementation.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DeflateInputStreamFactory |
InputStreamFactory for handling Deflate Content Coded responses. |
class |
GZIPInputStreamFactory |
InputStreamFactory for handling GZIPContent Coded responses. |
| Constructor | Description |
|---|---|
DecompressingEntity(org.apache.http.HttpEntity wrapped,
InputStreamFactory inputStreamFactory) |
Creates a new
DecompressingEntity. |
| Constructor | Description |
|---|---|
ResponseContentEncoding(org.apache.http.config.Lookup<InputStreamFactory> decoderRegistry) |
|
ResponseContentEncoding(org.apache.http.config.Lookup<InputStreamFactory> decoderRegistry,
boolean ignoreUnknown) |
| Modifier and Type | Method | Description |
|---|---|---|
HttpClientBuilder |
HttpClientBuilder.setContentDecoderRegistry(java.util.Map<java.lang.String,InputStreamFactory> contentDecoderMap) |
Assigns a map of
InputStreamFactorys
to be used for automatic content decompression. |