java.lang.Object | ||
↳ | org.apache.http.entity.HttpEntityWrapper | |
↳ | org.apache.http.client.entity.GzipDecompressingEntity |
HttpEntityWrapper for handling gzip Content Coded responses.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
GzipDecompressingEntity which will wrap the specified
HttpEntity . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a new GzipDecompressingEntity
which will wrap the specified
HttpEntity
.
entity | the non-null HttpEntity to be wrapped
|
---|