org.apache.http.HttpResponseInterceptor |
Known Indirect Subclasses
BasicHttpProcessor
,
HttpProcessor
,
ResponseConnControl
,
ResponseContent
,
ResponseDate
,
ResponseProcessCookies
,
ResponseServer
|
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.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Processes a response.
|
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.
response | the response to postprocess |
---|---|
context | the context for the request |
IOException | in case of an IO problem |
---|---|
HttpException | in case of a protocol or other problem |