public interface RequestLog
RequestLog can be attached to a RequestLogHandler to enable
logging of requests/responses.| Modifier and Type | Method and Description |
|---|---|
void |
log(Request request,
Response response) |
void log(Request request, Response response)
request - The request to log.response - The response to log. Note that for some requests
the response instance may not have been fully populated (Eg 400 bad request
responses are sent without a servlet response object). Thus for basic
log information it is best to consult Response.getCommittedMetaData()
and Response.getHttpChannel() directly.Copyright © 1995–2017 Webtide. All rights reserved.