Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public interface

HttpRequestInterceptor

org.apache.http.HttpRequestInterceptor
Known Indirect Subclasses

Class Overview

Processes a request. Provides the ability to process a request before it is sent to the server or after it has received on the server side.

Summary

Public Methods
abstract void process ( HttpRequest request, HttpContext context)
Processes a request.

Public Methods

public abstract void process ( HttpRequest request, HttpContext context)

Added in API level 1

Processes a request. On the client side, this step is performed before the request is sent to the server. On the server side, this step is performed on incoming messages before the message body is evaluated.

Parameters
request the request to preprocess
context the context for the request
Throws
IOException in case of an IO problem
HttpException in case of a protocol or other problem