public class GzipCompressingEntity
extends HttpEntityWrapper
writing.| 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) |
public Header getContentEncoding()
public long getContentLength()
public boolean isChunked()
public java.io.InputStream getContent()
throws java.io.IOException
java.io.IOExceptionpublic void writeTo(java.io.OutputStream outstream)
throws java.io.IOException
java.io.IOException