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.
|
Constructor and Description |
---|
DecompressingEntity(HttpEntity wrapped,
InputStreamFactory inputStreamFactory)
Creates a new
DecompressingEntity . |
LazyDecompressingInputStream(java.io.InputStream wrappedStream,
InputStreamFactory inputStreamFactory) |
Constructor and Description |
---|
ResponseContentEncoding(Lookup<InputStreamFactory> decoderRegistry) |
ResponseContentEncoding(Lookup<InputStreamFactory> decoderRegistry,
boolean ignoreUnknown) |
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. |