| Package | Description | 
|---|---|
| org.apache.hc.client5.http.entity | Client specific HTTP entity implementations. | 
| org.apache.hc.client5.http.impl.classic | Classic HTTP client API implementation that supports HTTP/1.1 transport
 only. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DeflateInputStreamFactoryInputStreamFactoryfor handling Deflate Content Coded responses. | 
| class  | GZIPInputStreamFactoryInputStreamFactoryfor handling GZIPContent Coded responses. | 
| 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–2021 The Apache Software Foundation. All rights reserved.