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

Quick Search    Search Deep

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


public interface HttpRequestInterceptor

Provides the possibility to preprocess a request before it is sent to the server or after it has received on the server side.

Since:
4.0
Version:
$Revision: 378645 $

Method Summary
 void process(HttpRequest request, org.apache.http.protocol.HttpContext context)
           
 

Method Detail

process

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