public class GzipCompressingEntity extends HttpEntityWrapper
writing.wrappedEntity| Constructor and Description |
|---|
GzipCompressingEntity(HttpEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getContent() |
Header |
getContentEncoding() |
long |
getContentLength() |
boolean |
isChunked() |
void |
writeTo(OutputStream outstream) |
consumeContent, getContentType, isRepeatable, isStreamingpublic GzipCompressingEntity(HttpEntity entity)
public Header getContentEncoding()
getContentEncoding in interface HttpEntitygetContentEncoding in class HttpEntityWrapperpublic long getContentLength()
getContentLength in interface HttpEntitygetContentLength in class HttpEntityWrapperpublic boolean isChunked()
isChunked in interface HttpEntityisChunked in class HttpEntityWrapperpublic InputStream getContent() throws IOException
getContent in interface HttpEntitygetContent in class HttpEntityWrapperIOExceptionpublic void writeTo(OutputStream outstream) throws IOException
writeTo in interface HttpEntitywriteTo in class HttpEntityWrapperIOExceptionCopyright © 1999–2015 The Apache Software Foundation. All rights reserved.