Uses of Interface
org.apache.http.client.entity.InputStreamFactory

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 DeflateInputStreamFactory
          InputStreamFactory for handling Deflate Content Coded responses.
 class GZIPInputStreamFactory
          InputStreamFactory for 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.
 



Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.