Package org.apache.http.client.entity
Class GZIPInputStreamFactory
java.lang.Object
org.apache.http.client.entity.GZIPInputStreamFactory
- All Implemented Interfaces:
InputStreamFactory
@Contract(threading=IMMUTABLE)
public class GZIPInputStreamFactory
extends Object
implements InputStreamFactory
InputStreamFactory
for handling GZIPContent Coded responses.- Since:
- 4.5.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(InputStream inputStream) static GZIPInputStreamFactory
Gets the singleton instance.
-
Constructor Details
-
GZIPInputStreamFactory
public GZIPInputStreamFactory()
-
-
Method Details
-
getInstance
Gets the singleton instance.- Returns:
- the singleton instance.
-
create
- Specified by:
create
in interfaceInputStreamFactory
- Throws:
IOException
-