public class GzipCompressingEntity extends HttpEntityWrapper
writing.wrappedEntity| Constructor and Description |
|---|
GzipCompressingEntity(HttpEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getContent() |
Header |
getContentEncoding() |
long |
getContentLength() |
boolean |
isChunked() |
void |
writeTo(java.io.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 java.io.InputStream getContent()
throws java.io.IOException
getContent in interface HttpEntitygetContent in class HttpEntityWrapperjava.io.IOExceptionpublic void writeTo(java.io.OutputStream outstream)
throws java.io.IOException
writeTo in interface HttpEntitywriteTo in class HttpEntityWrapperjava.io.IOException