public interface HTTPResponseHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handle(HTTPResponseHeader header,
HTTPInputStream body,
HTTPRequest request,
ConnectionInfo connectionInfo,
MonitoringContext context)
Handles incoming HTTP response.
|
void handle(HTTPResponseHeader header, HTTPInputStream body, HTTPRequest request, ConnectionInfo connectionInfo, MonitoringContext context) throws java.io.IOException
header - the HTTP response header.body - the HTTP response body.request - connectionInfo - transport/addressing information attached to the responsejava.io.IOException