org.apache.http
Interface HttpResponseInterceptor

All Known Implementing Classes:
ResponseConnControl, ResponseContent, ResponseDate, ResponseServer

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 $
Author:
Oleg Kalnichevski

Method Summary
 void process(HttpResponse response, HttpContext context)
           
 

Method Detail

process

void process(HttpResponse response,
             HttpContext context)
             throws HttpException,
                    java.io.IOException
Throws:
HttpException
java.io.IOException


Copyright 2005-2005-2006 Apache Software Foundation. All Rights Reserved.