Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.http.contrib.compress
Class ResponseGzipCompress  view ResponseGzipCompress download ResponseGzipCompress.java

java.lang.Object
  extended byorg.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 $

Field Summary
private static java.lang.String ACCEPT_ENCODING
           
private static java.lang.String GZIP_CODEC
           
 
Constructor Summary
ResponseGzipCompress()
           
 
Method Summary
 void process(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ResponseGzipCompress

public ResponseGzipCompress()
Method Detail

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