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 and Description |
---|---|
class |
DeflateInputStreamFactory
InputStreamFactory for handling Deflate Content Coded responses. |
class |
GZIPInputStreamFactory
InputStreamFactory for handling GZIPContent Coded responses. |
Constructor and Description |
---|
DecompressingEntity(org.apache.http.HttpEntity wrapped,
InputStreamFactory inputStreamFactory)
Creates a new
DecompressingEntity . |
Constructor and Description |
---|
ResponseContentEncoding(org.apache.http.config.Lookup<InputStreamFactory> decoderRegistry) |
ResponseContentEncoding(org.apache.http.config.Lookup<InputStreamFactory> decoderRegistry,
boolean ignoreUnknown) |
Modifier and Type | Method and Description |
---|---|
HttpClientBuilder |
HttpClientBuilder.setContentDecoderRegistry(Map<String,InputStreamFactory> contentDecoderMap)
Assigns a map of
InputStreamFactory s
to be used for automatic content decompression. |
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.