|
|||||||||
| 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 HttpResponseInterceptor

- public interface HttpResponseInterceptor
Provides the possibility to postprocess a response before it is sent to the client or after it has been received on the client side.
- Since:
- 4.0
- Version:
- $Revision: 378645 $
| Method Summary | |
void |
process(HttpResponse response,
org.apache.http.protocol.HttpContext context)
|
| Method Detail |
process
public void process(HttpResponse response, 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