public class GzipCompressingEntity
extends HttpEntityWrapper
writing.| Constructor and Description |
|---|
GzipCompressingEntity(HttpEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getContent() |
java.lang.String |
getContentEncoding() |
long |
getContentLength() |
boolean |
isChunked() |
void |
writeTo(java.io.OutputStream outStream) |
public java.lang.String 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