com.github.ignition.support.http.gzip
Class GzipHttpResponseInterceptor

java.lang.Object
  extended by com.github.ignition.support.http.gzip.GzipHttpResponseInterceptor
All Implemented Interfaces:
org.apache.http.HttpResponseInterceptor

public class GzipHttpResponseInterceptor
extends Object
implements org.apache.http.HttpResponseInterceptor

Simple HttpResponseInterceptor that inflates response if GZIP encoding header.


Constructor Summary
GzipHttpResponseInterceptor()
           
 
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
 

Constructor Detail

GzipHttpResponseInterceptor

public GzipHttpResponseInterceptor()
Method Detail

process

public void process(org.apache.http.HttpResponse response,
                    org.apache.http.protocol.HttpContext context)
Specified by:
process in interface org.apache.http.HttpResponseInterceptor


Copyright © 2012. All Rights Reserved.