Class BrotliInputStreamFactory
- java.lang.Object
-
- org.apache.hc.client5.http.entity.BrotliInputStreamFactory
-
- All Implemented Interfaces:
InputStreamFactory
@Contract(threading=STATELESS) @Deprecated public class BrotliInputStreamFactory extends java.lang.Object implements InputStreamFactory
Deprecated.InputStreamFactoryfor handling Brotli Content Coded responses.- Since:
- 5.2
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringENCODINGDeprecated.Canonical token for the deflate content-coding.private static BrotliInputStreamFactoryINSTANCEDeprecated.Default instance ofBrotliInputStreamFactory.
-
Constructor Summary
Constructors Constructor Description BrotliInputStreamFactory()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.io.InputStreamcreate(java.io.InputStream inputStream)Deprecated.static BrotliInputStreamFactorygetInstance()Deprecated.
-
-
-
Field Detail
-
ENCODING
public static final java.lang.String ENCODING
Deprecated.Canonical token for the deflate content-coding.- Since:
- 5.6
- See Also:
- Constant Field Values
-
INSTANCE
private static final BrotliInputStreamFactory INSTANCE
Deprecated.Default instance ofBrotliInputStreamFactory.
-
-
Method Detail
-
getInstance
public static BrotliInputStreamFactory getInstance()
Deprecated.
-
create
public java.io.InputStream create(java.io.InputStream inputStream) throws java.io.IOExceptionDeprecated.- Specified by:
createin interfaceInputStreamFactory- Throws:
java.io.IOException
-
-