Class GZIPInputStreamFactory

java.lang.Object
org.apache.hc.client5.http.entity.GZIPInputStreamFactory
All Implemented Interfaces:
InputStreamFactory

@Deprecated @Contract(threading=STATELESS) public class GZIPInputStreamFactory extends Object implements InputStreamFactory
Deprecated.
– the public extension point has moved to DecompressingEntity. For built-in gzip support use ContentCodecRegistry or wrap a stream directly with
InputStreamFactory for handling GZIPContent Coded responses.
Since:
5.0