Package org.apache.http.client.entity
Class DeflateInputStreamFactory
java.lang.Object
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(InputStream inputStream) static DeflateInputStreamFactoryGets the singleton instance.
-
Constructor Details
-
DeflateInputStreamFactory
public DeflateInputStreamFactory()
-
-
Method Details
-
getInstance
Gets the singleton instance.- Returns:
- the singleton instance.
-
create
- Specified by:
createin interfaceInputStreamFactory- Throws:
IOException
-