FileDocCategorySizeDatePackage
HttpResponseInterceptor.javaAPI DocAndroid 1.5 API2525Wed May 06 22:41:10 BST 2009org.apache.http

HttpResponseInterceptor

public interface HttpResponseInterceptor
Processes a response. Provides the ability to process a response before it is sent to the client or after it has been received on the client side.
author
Oleg Kalnichevski
version
$Revision: 618367 $
since
4.0

Fields Summary
Constructors Summary
Methods Summary
public voidprocess(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
Processes a response. On the server side, this step is performed before the response is sent to the client. On the client side, this step is performed on incoming messages before the message body is evaluated.

param
response the response to postprocess
param
context the context for the request
throws
IOException in case of an IO problem
throws
HttpException in case of a protocol or other problem