Android
org.apache.http
public interface

org.apache.http.HttpResponseInterceptor

org.apache.http.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.

Known Indirect Subclasses

Summary

Public Methods

          void  process(HttpResponse response, HttpContext context)
Processes a response.

Details

Public Methods

public void process(HttpResponse response, 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.

Parameters

response the response to postprocess
context the context for the request

Throws

IOException in case of an IO problem
HttpException in case of a protocol or other problem
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56