| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InputStreamFactory | |
|---|---|
| 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. | 
| Uses of InputStreamFactory in org.apache.http.client.entity | 
|---|
| Classes in org.apache.http.client.entity that implement InputStreamFactory | |
|---|---|
|  class | DeflateInputStreamFactoryInputStreamFactoryfor handling Deflate Content Coded responses. | 
|  class | GZIPInputStreamFactoryInputStreamFactoryfor handling GZIPContent Coded responses. | 
| Constructors in org.apache.http.client.entity with parameters of type InputStreamFactory | |
|---|---|
| DecompressingEntity(org.apache.http.HttpEntity wrapped,
                    InputStreamFactory inputStreamFactory)Creates a new DecompressingEntity. | |
| Uses of InputStreamFactory in org.apache.http.client.protocol | 
|---|
| Constructor parameters in org.apache.http.client.protocol with type arguments of type InputStreamFactory | |
|---|---|
| ResponseContentEncoding(org.apache.http.config.Lookup<InputStreamFactory> decoderRegistry) | |
| ResponseContentEncoding(org.apache.http.config.Lookup<InputStreamFactory> decoderRegistry,
                        boolean ignoreUnknown) | |
| Uses of InputStreamFactory in org.apache.http.impl.client | 
|---|
| Method parameters in org.apache.http.impl.client with type arguments of type InputStreamFactory | |
|---|---|
|  HttpClientBuilder | HttpClientBuilder.setContentDecoderRegistry(Map<String,InputStreamFactory> contentDecoderMap)Assigns a map of InputStreamFactorys
 to be used for automatic content decompression. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||