public class GzipDecompressingEntity extends HttpEntityWrapper
HttpEntityWrapper
for handling gzip
Content Coded responses.wrappedEntity
Constructor and Description |
---|
GzipDecompressingEntity(HttpEntity entity)
Creates a new
GzipDecompressingEntity which will wrap the specified
HttpEntity . |
Modifier and Type | Method and Description |
---|---|
InputStream |
getContent() |
Header |
getContentEncoding() |
long |
getContentLength() |
void |
writeTo(OutputStream outstream) |
consumeContent, getContentType, isChunked, isRepeatable, isStreaming
public GzipDecompressingEntity(HttpEntity entity)
GzipDecompressingEntity
which will wrap the specified
HttpEntity
.entity
- the non-null HttpEntity
to be wrappedpublic Header getContentEncoding()
getContentEncoding
in interface HttpEntity
getContentEncoding
in class HttpEntityWrapper
public long getContentLength()
getContentLength
in interface HttpEntity
getContentLength
in class HttpEntityWrapper
public InputStream getContent() throws IOException
getContent
in interface HttpEntity
getContent
in class HttpEntityWrapper
IOException
public void writeTo(OutputStream outstream) throws IOException
writeTo
in interface HttpEntity
writeTo
in class HttpEntityWrapper
IOException
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.