Class BrotliCodecFactory
java.lang.Object
org.apache.hc.client5.http.entity.compress.BrotliCodecFactory
Brotli Codecs factory.
- Since:
- 5.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static org.apache.hc.core5.io.IOFunction<InputStream, InputStream> decoder()Creates a lazy decoder that instantiates the Commons Compress stream.(package private) static org.apache.hc.core5.io.IOFunction<OutputStream, OutputStream> encoder()Creates a lazy encoder that instantiates the Commons Compress stream.
-
Constructor Details
-
BrotliCodecFactory
BrotliCodecFactory()
-
-
Method Details
-
decoder
Creates a lazy decoder that instantiates the Commons Compress stream. -
encoder
Creates a lazy encoder that instantiates the Commons Compress stream.
-