public class GZIPEncoding extends ContentEncoding
ContentEncoding.RequestInterceptor, ContentEncoding.ResponseInterceptor, ContentEncoding.TypeACCEPT_ENC_HDR, CONTENT_ENC_HDR| Constructor | Description |
|---|---|
GZIPEncoding() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getContentEncoding() |
Returns the
ContentEncoding.Type.GZIP encoding string which is
added to the Accept-Encoding header by the base class. |
org.apache.http.HttpEntity |
wrapResponseEntity(org.apache.http.HttpEntity raw) |
Wraps the raw entity in a
GZIPDecompressingEntity. |
getRequestInterceptor, getResponseInterceptorpublic String getContentEncoding()
ContentEncoding.Type.GZIP encoding string which is
added to the Accept-Encoding header by the base class.getContentEncoding in class ContentEncodingpublic org.apache.http.HttpEntity wrapResponseEntity(org.apache.http.HttpEntity raw)
GZIPDecompressingEntity.wrapResponseEntity in class ContentEncodingCopyright © 2008–2019. All rights reserved.