Uses of Interface
org.eclipse.jetty.server.RequestLog
-
Packages that use RequestLog Package Description org.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycleorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler API -
-
Uses of RequestLog in org.eclipse.jetty.ant
Methods in org.eclipse.jetty.ant that return RequestLog Modifier and Type Method Description RequestLog
ServerProxyImpl. getRequestLog()
Methods in org.eclipse.jetty.ant with parameters of type RequestLog Modifier and Type Method Description void
ServerProxyImpl. setRequestLog(RequestLog requestLog)
-
Uses of RequestLog in org.eclipse.jetty.maven.plugin
Fields in org.eclipse.jetty.maven.plugin declared as RequestLog Modifier and Type Field Description protected RequestLog
AbstractJettyMojo. requestLog
A RequestLog implementation to use for the webapp at runtime.Methods in org.eclipse.jetty.maven.plugin with parameters of type RequestLog Modifier and Type Method Description static void
ServerSupport. configureHandlers(Server server, RequestLog requestLog)
Set up the handler structure to receive a webapp. -
Uses of RequestLog in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement RequestLog Modifier and Type Class Description class
AbstractNCSARequestLog
Deprecated.useCustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with aRequestLog.Writer
class
AsyncNCSARequestLog
Deprecated.useCustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with anAsyncRequestLogWriter
class
CustomRequestLog
A flexible RequestLog, which produces log strings in a customizable format.class
NCSARequestLog
Deprecated.useCustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with aRequestLogWriter
static class
RequestLog.Collection
class
Slf4jRequestLog
Deprecated.useCustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with anSlf4jRequestLogWriter
Methods in org.eclipse.jetty.server that return RequestLog Modifier and Type Method Description RequestLog
HttpChannel. getRequestLog()
RequestLog
Server. getRequestLog()
Methods in org.eclipse.jetty.server with parameters of type RequestLog Modifier and Type Method Description void
HttpChannel. addRequestLog(RequestLog requestLog)
void
HttpChannel. setRequestLog(RequestLog requestLog)
void
Server. setRequestLog(RequestLog requestLog)
Constructors in org.eclipse.jetty.server with parameters of type RequestLog Constructor Description Collection(RequestLog... logs)
-
Uses of RequestLog in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler that return RequestLog Modifier and Type Method Description RequestLog
RequestLogHandler. getRequestLog()
Methods in org.eclipse.jetty.server.handler with parameters of type RequestLog Modifier and Type Method Description void
RequestLogHandler. setRequestLog(RequestLog requestLog)
-