org.apache.http.client.entity
Class DeflateInputStreamFactory
java.lang.Object
   org.apache.http.client.entity.DeflateInputStreamFactory
org.apache.http.client.entity.DeflateInputStreamFactory
- All Implemented Interfaces: 
- InputStreamFactory
- @Contract(threading=IMMUTABLE)
public class DeflateInputStreamFactory 
- extends Object- implements InputStreamFactory
InputStreamFactory for handling Deflate Content Coded responses.
- Since:
- 4.5.4
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DeflateInputStreamFactory
public DeflateInputStreamFactory()
getInstance
public static DeflateInputStreamFactory getInstance()
- Gets the singleton instance.
 
- 
 
- 
- Returns:
- the singleton instance.
 
create
public InputStream create(InputStream inputStream)
                   throws IOException
- 
- Specified by:
- createin interface- InputStreamFactory
 
- 
- Throws:
- IOException
 
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.