|
|||||||||
| Home >> All >> org >> apache >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.http
Interface HttpRequestInterceptor

- 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
|
|||||||||
| Home >> All >> org >> apache >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC