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 |
BrotliInputStreamFactory
InputStreamFactory for handling Brotli Content Coded responses. |
class |
DeflateInputStreamFactory
InputStreamFactory for handling Deflate Content Coded responses. |
class |
GZIPInputStreamFactory
InputStreamFactory for handling GZIPContent Coded responses. |
Constructor and Description |
---|
DecompressingEntity(org.apache.hc.core5.http.HttpEntity wrapped,
InputStreamFactory inputStreamFactory)
Constructs a new
DecompressingEntity . |
Modifier and Type | Method and Description |
---|---|
HttpClientBuilder |
HttpClientBuilder.setContentDecoderRegistry(LinkedHashMap<String,InputStreamFactory> contentDecoderMap)
Sets a map of
InputStreamFactory s
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.