|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpRequestResponseLogger
Logs a HttpRequest / HttpResponse combination. Used with LoggingHttpProxy.
Each instance of HttpRequestResponseLogger is responsible for logging 1 request/response.
Request will be logged just before executing request. Response will be logged as soon as response is received. This also allows to log of forwarded request.
LoggingHttpProxy| Method Summary | |
|---|---|
void |
log(HttpRequest request)
Logs a HttpRequest. |
void |
log(HttpResponse response)
Logs HttpResponse. |
| Method Detail |
|---|
void log(HttpRequest request)
HttpRequest.
request - Request.void log(HttpResponse response)
HttpResponse.
response - Response.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||