Uses of Interface
org.eclipse.jetty.server.RequestLog
-
Packages that use RequestLog Package Description org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler API -
-
Uses of RequestLog in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement RequestLog Modifier and Type Class Description classAbstractNCSARequestLogBase implementation of theRequestLogoutputs logs in the pseudo-standard NCSA common log format.classAsyncNCSARequestLogAn asynchronously writing NCSA Request LogclassNCSARequestLogThisRequestLogimplementation outputs logs in the pseudo-standard NCSA common log format.classSlf4jRequestLogImplementation of NCSARequestLog where output is sent as a SLF4J INFO Log message on the named logger "org.eclipse.jetty.server.RequestLog"Methods in org.eclipse.jetty.server that return RequestLog Modifier and Type Method Description RequestLogHttpChannel. getRequestLog()RequestLogServer. getRequestLog()Methods in org.eclipse.jetty.server with parameters of type RequestLog Modifier and Type Method Description voidHttpChannel. addRequestLog(RequestLog requestLog)voidHttpChannel. setRequestLog(RequestLog requestLog)voidServer. setRequestLog(RequestLog requestLog) -
Uses of RequestLog in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler that return RequestLog Modifier and Type Method Description RequestLogRequestLogHandler. getRequestLog()Methods in org.eclipse.jetty.server.handler with parameters of type RequestLog Modifier and Type Method Description voidRequestLogHandler. setRequestLog(RequestLog requestLog)
-