Uses of Interface
org.apache.http.client.entity.InputStreamFactory
Packages that use InputStreamFactory
Package
Description
Client specific HTTP entity implementations.
Client specific HTTP protocol handlers.
Default HTTP client implementation.
-
Uses of InputStreamFactory in org.apache.http.client.entity
Classes in org.apache.http.client.entity that implement InputStreamFactoryModifier and TypeClassDescriptionclass
InputStreamFactory
for handling Deflate Content Coded responses.class
InputStreamFactory
for handling GZIPContent Coded responses.Fields in org.apache.http.client.entity declared as InputStreamFactoryModifier and TypeFieldDescriptionprivate final InputStreamFactory
DecompressingEntity.inputStreamFactory
private final InputStreamFactory
LazyDecompressingInputStream.inputStreamFactory
Constructors in org.apache.http.client.entity with parameters of type InputStreamFactoryModifierConstructorDescriptionDecompressingEntity
(org.apache.http.HttpEntity wrapped, InputStreamFactory inputStreamFactory) Creates a newDecompressingEntity
.LazyDecompressingInputStream
(InputStream wrappedStream, InputStreamFactory inputStreamFactory) -
Uses of InputStreamFactory in org.apache.http.client.protocol
Fields in org.apache.http.client.protocol with type parameters of type InputStreamFactoryModifier and TypeFieldDescriptionprivate final org.apache.http.config.Lookup<InputStreamFactory>
ResponseContentEncoding.decoderRegistry
Constructor parameters in org.apache.http.client.protocol with type arguments of type InputStreamFactoryModifierConstructorDescriptionResponseContentEncoding
(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
Fields in org.apache.http.impl.client with type parameters of type InputStreamFactoryModifier and TypeFieldDescriptionprivate Map<String,
InputStreamFactory> HttpClientBuilder.contentDecoderMap
Method parameters in org.apache.http.impl.client with type arguments of type InputStreamFactoryModifier and TypeMethodDescriptionfinal HttpClientBuilder
HttpClientBuilder.setContentDecoderRegistry
(Map<String, InputStreamFactory> contentDecoderMap) Assigns a map ofInputStreamFactory
s to be used for automatic content decompression.