Class GzipDecompressingEntity

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.HttpEntity

    public class GzipDecompressingEntity
    extends DecompressingEntity
    HttpEntityWrapper for handling gzip Content Coded responses.
    Since:
    4.1
    • Method Summary

      • Methods inherited from class org.apache.hc.core5.http.io.entity.HttpEntityWrapper

        close, getContentType, getTrailerNames, getTrailers, isChunked, isRepeatable, isStreaming, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GzipDecompressingEntity

        public GzipDecompressingEntity​(org.apache.hc.core5.http.HttpEntity entity)
        Creates a new GzipDecompressingEntity which will wrap the specified HttpEntity.
        Parameters:
        entity - the non-null HttpEntity to be wrapped