Package org.eclipse.jetty.server
Interface RequestLog
- All Known Implementing Classes:
AbstractNCSARequestLog,AsyncNCSARequestLog,CustomRequestLog,NCSARequestLog,RequestLog.Collection,Slf4jRequestLog
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
A
RequestLog can be attached to a RequestLogHandler to enable
logging of requests/responses.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDeprecated.static interfaceDeprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported. -
Method Summary
-
Method Details
-
log
Deprecated.- Parameters:
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 consultResponse.getCommittedMetaData()andResponse.getHttpChannel()directly.
-