|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.http.entity.HttpEntityWrapper org.apache.http.client.entity.DecompressingEntity org.apache.http.client.entity.GzipDecompressingEntity
public class GzipDecompressingEntity
HttpEntityWrapper
for handling gzip
Content Coded responses.
Field Summary |
---|
Fields inherited from class org.apache.http.entity.HttpEntityWrapper |
---|
wrappedEntity |
Constructor Summary | |
---|---|
GzipDecompressingEntity(org.apache.http.HttpEntity entity)
Creates a new GzipDecompressingEntity which will wrap the specified
HttpEntity . |
Method Summary |
---|
Methods inherited from class org.apache.http.client.entity.DecompressingEntity |
---|
getContent, getContentEncoding, getContentLength, writeTo |
Methods inherited from class org.apache.http.entity.HttpEntityWrapper |
---|
consumeContent, getContentType, isChunked, isRepeatable, isStreaming |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GzipDecompressingEntity(org.apache.http.HttpEntity entity)
GzipDecompressingEntity
which will wrap the specified
HttpEntity
.
entity
- the non-null HttpEntity
to be wrapped
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |