public class GzipDecompressingEntity
extends org.apache.http.entity.HttpEntityWrapper
HttpEntityWrapper
for handling gzip Content Coded responses.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 |
---|---|
InputStream |
getContent() |
org.apache.http.Header |
getContentEncoding() |
long |
getContentLength() |
void |
writeTo(OutputStream outstream) |
public 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.HttpEntity
getContentEncoding
in class org.apache.http.entity.HttpEntityWrapper
public long getContentLength()
getContentLength
in interface org.apache.http.HttpEntity
getContentLength
in class org.apache.http.entity.HttpEntityWrapper
public InputStream getContent() throws IOException
getContent
in interface org.apache.http.HttpEntity
getContent
in class org.apache.http.entity.HttpEntityWrapper
IOException
public void writeTo(OutputStream outstream) throws IOException
writeTo
in interface org.apache.http.HttpEntity
writeTo
in class org.apache.http.entity.HttpEntityWrapper
IOException
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.