Class BrotliInputStreamFactory
java.lang.Object
org.apache.hc.client5.http.entity.BrotliInputStreamFactory
- All Implemented Interfaces:
InputStreamFactory
@Contract(threading=STATELESS)
public class BrotliInputStreamFactory
extends Object
implements InputStreamFactory
InputStreamFactory
for handling Brotli Content Coded responses.- Since:
- 5.2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(InputStream inputStream) static BrotliInputStreamFactory
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
BrotliInputStreamFactory
public BrotliInputStreamFactory()
-
-
Method Details
-
getInstance
-
create
- Specified by:
create
in interfaceInputStreamFactory
- Throws:
IOException
-