public class GzipDecompressingEntity extends DecompressingEntity
HttpEntityWrapper
for handling
gzip Content Coded responses.Constructor and Description |
---|
GzipDecompressingEntity(org.apache.hc.core5.http.HttpEntity entity)
Creates a new
GzipDecompressingEntity which will wrap the
specified HttpEntity . |
getContent, getContentEncoding, getContentLength, writeTo
public GzipDecompressingEntity(org.apache.hc.core5.http.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.