public class GzipDecompressingEntity extends DecompressingEntity
HttpEntityWrapper for handling
gzip Content Coded responses.| 构造器和说明 |
|---|
GzipDecompressingEntity(HttpEntity entity)
Creates a new
GzipDecompressingEntity which will wrap the
specified HttpEntity. |
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 © 2023. All rights reserved.