| Package | Description |
|---|---|
| org.apache.hc.client5.http.entity |
Client specific HTTP entity implementations.
|
| org.apache.hc.client5.http.impl.sync |
Default HTTP client implementation.
|
| Constructor and Description |
|---|
DecompressingEntity(org.apache.hc.core5.http.HttpEntity wrapped,
InputStreamFactory inputStreamFactory)
Creates a new
DecompressingEntity. |
| Modifier and Type | Method and Description |
|---|---|
HttpClientBuilder |
HttpClientBuilder.setContentDecoderRegistry(LinkedHashMap<String,InputStreamFactory> contentDecoderMap)
Assigns a map of
InputStreamFactorys
to be used for automatic content decompression. |
| Constructor and Description |
|---|
ContentCompressionExec(List<String> acceptEncoding,
org.apache.hc.core5.http.config.Lookup<InputStreamFactory> decoderRegistry,
boolean ignoreUnknown) |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.