public class GzipDecompressingEntity extends HttpEntityWrapperHC4
HttpEntityWrapper for handling gzip
Content Coded responses.wrappedEntity| Constructor and Description |
|---|
GzipDecompressingEntity(org.apache.http.HttpEntity entity)
Creates a new
GzipDecompressingEntity which will wrap the specified
HttpEntity. |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getContent() |
org.apache.http.Header |
getContentEncoding() |
long |
getContentLength() |
void |
writeTo(java.io.OutputStream outstream) |
consumeContent, getContentType, isChunked, isRepeatable, isStreamingpublic GzipDecompressingEntity(org.apache.http.HttpEntity entity)
GzipDecompressingEntity which will wrap the specified
HttpEntity.entity - the non-null HttpEntity to be wrappedpublic org.apache.http.Header getContentEncoding()
getContentEncoding in interface org.apache.http.HttpEntitygetContentEncoding in class HttpEntityWrapperHC4public long getContentLength()
getContentLength in interface org.apache.http.HttpEntitygetContentLength in class HttpEntityWrapperHC4public java.io.InputStream getContent()
throws java.io.IOException
getContent in interface org.apache.http.HttpEntitygetContent in class HttpEntityWrapperHC4java.io.IOExceptionpublic void writeTo(java.io.OutputStream outstream)
throws java.io.IOException
writeTo in interface org.apache.http.HttpEntitywriteTo in class HttpEntityWrapperHC4java.io.IOExceptionCopyright © 1999-2015 The Apache Software Foundation. All rights reserved.