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

Quick Search    Search Deep

org.apache.http
Interface HttpResponseInterceptor  view HttpResponseInterceptor download HttpResponseInterceptor.java


public interface HttpResponseInterceptor

Provides the possibility to postprocess a response before it is sent to the client or after it has been received on the client side.

Since:
4.0
Version:
$Revision: 378645 $

Method Summary
 void process(HttpResponse response, org.apache.http.protocol.HttpContext context)
           
 

Method Detail

process

public void process(HttpResponse response,
                    org.apache.http.protocol.HttpContext context)
             throws HttpException,
                    java.io.IOException