Class GzipDecompressingEntity

java.lang.Object
org.apache.http.entity.HttpEntityWrapper
org.apache.http.client.entity.DecompressingEntity
org.apache.http.client.entity.GzipDecompressingEntity
All Implemented Interfaces:
org.apache.http.HttpEntity

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

    • GzipDecompressingEntity

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