Class GzipDecompressingEntity

    • 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)
        Deprecated.
        Creates a new GzipDecompressingEntity which will wrap the specified HttpEntity.
        Parameters:
        entity - the non-null HttpEntity to be wrapped