Class BrotliInputStreamFactory
java.lang.Object
org.apache.hc.client5.http.entity.BrotliInputStreamFactory
- All Implemented Interfaces:
InputStreamFactory
@Contract(threading=STATELESS)
@Deprecated
public class BrotliInputStreamFactory
extends Object
implements InputStreamFactory
Deprecated.
InputStreamFactory for handling Brotli Content Coded responses.- Since:
- 5.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Canonical token for the deflate content-coding.private static final BrotliInputStreamFactoryDeprecated.Default instance ofBrotliInputStreamFactory. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(InputStream inputStream) Deprecated.static BrotliInputStreamFactoryDeprecated.
-
Field Details
-
ENCODING
Deprecated.Canonical token for the deflate content-coding.- Since:
- 5.6
- See Also:
-
INSTANCE
Deprecated.Default instance ofBrotliInputStreamFactory.
-
-
Constructor Details
-
BrotliInputStreamFactory
public BrotliInputStreamFactory()Deprecated.
-
-
Method Details
-
getInstance
Deprecated. -
create
Deprecated.- Specified by:
createin interfaceInputStreamFactory- Throws:
IOException
-
ContentCodecRegistry.decoder(org.apache.hc.client5.http.entity.compress.ContentCoding)