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. |
Modifier and Type | Field and Description |
---|---|
private InputStreamFactory |
DecompressingEntity.inputStreamFactory |
private InputStreamFactory |
LazyDecompressingInputStream.inputStreamFactory |
Constructor and Description |
---|
DecompressingEntity(org.apache.http.HttpEntity wrapped,
InputStreamFactory inputStreamFactory)
Creates a new
DecompressingEntity . |
LazyDecompressingInputStream(java.io.InputStream wrappedStream,
InputStreamFactory inputStreamFactory) |
Modifier and Type | Field and Description |
---|---|
private org.apache.http.config.Lookup<InputStreamFactory> |
ResponseContentEncoding.decoderRegistry |
Constructor and Description |
---|
ResponseContentEncoding(org.apache.http.config.Lookup<InputStreamFactory> decoderRegistry) |
ResponseContentEncoding(org.apache.http.config.Lookup<InputStreamFactory> decoderRegistry,
boolean ignoreUnknown) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,InputStreamFactory> |
HttpClientBuilder.contentDecoderMap |
Modifier and Type | Method and Description |
---|---|
HttpClientBuilder |
HttpClientBuilder.setContentDecoderRegistry(java.util.Map<java.lang.String,InputStreamFactory> contentDecoderMap)
Assigns a map of
InputStreamFactory s
to be used for automatic content decompression. |