java.lang.Object
org.apache.http.contrib.compress.ResponseGzipCompress
- All Implemented Interfaces:
- org.apache.http.HttpResponseInterceptor
- public class ResponseGzipCompress
- extends java.lang.Object
- implements org.apache.http.HttpResponseInterceptor
- Since:
- 4.0
- Version:
- $Revision: 378645 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACCEPT_ENCODING
private static final java.lang.String ACCEPT_ENCODING
- See Also:
- Constant Field Values
GZIP_CODEC
private static final java.lang.String GZIP_CODEC
- See Also:
- Constant Field Values
ResponseGzipCompress
public ResponseGzipCompress()
process
public void process(org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context)
throws org.apache.http.HttpException,
java.io.IOException
- Specified by:
process in interface org.apache.http.HttpResponseInterceptor