public class GzipDecompressingEntity extends DecompressingEntity
HttpEntityWrapper
for handling
gzip Content Coded responses.Constructor and Description |
---|
GzipDecompressingEntity(HttpEntity entity)
Creates a new
GzipDecompressingEntity which will wrap the
specified HttpEntity . |
getContent, getContentEncoding, getContentLength, writeTo
close, getContentType, getTrailerNames, getTrailers, isChunked, isRepeatable, isStreaming, toString
public GzipDecompressingEntity(HttpEntity entity)
GzipDecompressingEntity
which will wrap the
specified HttpEntity
.entity
- the non-null HttpEntity
to be wrapped