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 RequestLogServerProxyImpl. getRequestLog()Methods in org.eclipse.jetty.ant with parameters of type RequestLog Modifier and Type Method Description voidServerProxyImpl. 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 RequestLogAbstractWebAppMojo. requestLogA RequestLog implementation to use for the webapp at runtime.protected RequestLogJettyEmbedder. requestLogMethods in org.eclipse.jetty.maven.plugin that return RequestLog Modifier and Type Method Description RequestLogJettyEmbedder. getRequestLog()Methods in org.eclipse.jetty.maven.plugin with parameters of type RequestLog Modifier and Type Method Description static voidServerSupport. configureHandlers(Server server, java.util.List<ContextHandler> contextHandlers, RequestLog requestLog)Set up the handler structure to receive a webapp.voidJettyEmbedder. setRequestLog(RequestLog requestLog) -
Uses of RequestLog in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement RequestLog Modifier and Type Class Description classCustomRequestLogA flexible RequestLog, which produces log strings in a customizable format.static classRequestLog.CollectionMethods 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)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 RequestLogRequestLogHandler. getRequestLog()Methods in org.eclipse.jetty.server.handler with parameters of type RequestLog Modifier and Type Method Description voidRequestLogHandler. setRequestLog(RequestLog requestLog)
-