Uses of Class
org.apache.hc.client5.http.entity.GZIPInputStreamFactory
-
Packages that use GZIPInputStreamFactory Package Description org.apache.hc.client5.http.entity Client specific HTTP entity implementations. -
-
Uses of GZIPInputStreamFactory in org.apache.hc.client5.http.entity
Fields in org.apache.hc.client5.http.entity declared as GZIPInputStreamFactory Modifier and Type Field Description private static GZIPInputStreamFactoryGZIPInputStreamFactory. INSTANCESingleton instance.Methods in org.apache.hc.client5.http.entity that return GZIPInputStreamFactory Modifier and Type Method Description static GZIPInputStreamFactoryGZIPInputStreamFactory. getInstance()Gets the singleton instance.
-