public class GzipDecompressingEntity extends DecompressingEntity
HttpEntityWrapper for handling
 gzip Content Coded responses.| Constructor and Description | 
|---|
| GzipDecompressingEntity(HttpEntity entity)Creates a new  GzipDecompressingEntitywhich will wrap the
 specifiedHttpEntity. | 
getContent, getContentEncoding, getContentLength, writeToclose, getContentType, getTrailerNames, getTrailers, isChunked, isRepeatable, isStreaming, toStringpublic GzipDecompressingEntity(HttpEntity entity)
GzipDecompressingEntity which will wrap the
 specified HttpEntity.entity - the non-null HttpEntity to be wrappedCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.