Uses of Interface
org.apache.hc.client5.http.entity.InputStreamFactory
Packages that use InputStreamFactory
Package
Description
Client specific HTTP entity implementations.
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
-
Uses of InputStreamFactory in org.apache.hc.client5.http.entity
Classes in org.apache.hc.client5.http.entity that implement InputStreamFactoryModifier and TypeClassDescriptionclassInputStreamFactoryfor handling Brotli Content Coded responses.classInputStreamFactoryfor handling Deflate Content Coded responses.classInputStreamFactoryfor handling GZIPContent Coded responses.Fields in org.apache.hc.client5.http.entity declared as InputStreamFactoryModifier and TypeFieldDescriptionprivate final InputStreamFactoryDecompressingEntity.inputStreamFactoryprivate final InputStreamFactoryLazyDecompressingInputStream.inputStreamFactoryConstructors in org.apache.hc.client5.http.entity with parameters of type InputStreamFactoryModifierConstructorDescriptionDecompressingEntity(org.apache.hc.core5.http.HttpEntity wrapped, InputStreamFactory inputStreamFactory) Constructs a newDecompressingEntity.LazyDecompressingInputStream(InputStream wrappedStream, InputStreamFactory inputStreamFactory) -
Uses of InputStreamFactory in org.apache.hc.client5.http.impl.classic
Fields in org.apache.hc.client5.http.impl.classic with type parameters of type InputStreamFactoryModifier and TypeFieldDescriptionprivate LinkedHashMap<String, InputStreamFactory> HttpClientBuilder.contentDecoderMapprivate final org.apache.hc.core5.http.config.Lookup<InputStreamFactory> ContentCompressionExec.decoderRegistryMethod parameters in org.apache.hc.client5.http.impl.classic with type arguments of type InputStreamFactoryModifier and TypeMethodDescriptionfinal HttpClientBuilderHttpClientBuilder.setContentDecoderRegistry(LinkedHashMap<String, InputStreamFactory> contentDecoderMap) Assigns a map ofInputStreamFactorys to be used for automatic content decompression.Constructor parameters in org.apache.hc.client5.http.impl.classic with type arguments of type InputStreamFactoryModifierConstructorDescriptionContentCompressionExec(List<String> acceptEncoding, org.apache.hc.core5.http.config.Lookup<InputStreamFactory> decoderRegistry, boolean ignoreUnknown)