@Contract(threading=STATELESS) public class BrotliInputStreamFactory extends Object implements InputStreamFactory
InputStreamFactory for handling Brotli Content Coded responses.| Constructor and Description | 
|---|
| BrotliInputStreamFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| InputStream | create(InputStream inputStream) | 
| static BrotliInputStreamFactory | getInstance() | 
public static BrotliInputStreamFactory getInstance()
public InputStream create(InputStream inputStream) throws IOException
create in interface InputStreamFactoryIOExceptionCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.