public class DeflateEncoding extends ContentEncoding
ContentEncoding.RequestInterceptor, ContentEncoding.ResponseInterceptor, ContentEncoding.TypeACCEPT_ENC_HDR, CONTENT_ENC_HDR| Constructor and Description |
|---|
DeflateEncoding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentEncoding()
Returns the
ContentEncoding.Type.DEFLATE encoding string which is
added to the Accept-Encoding header by the base class. |
HttpEntity |
wrapResponseEntity(HttpEntity raw)
Wraps the raw entity in a
InflaterEntity. |
getRequestInterceptor, getResponseInterceptorpublic DeflateEncoding()
public String getContentEncoding()
ContentEncoding.Type.DEFLATE encoding string which is
added to the Accept-Encoding header by the base class.getContentEncoding in class ContentEncodingpublic HttpEntity wrapResponseEntity(HttpEntity raw)
InflaterEntity.wrapResponseEntity in class ContentEncodingCopyright © 2008-2014. All Rights Reserved.