Uses of Interface
org.eclipse.jetty.server.RequestLog
Packages that use RequestLog
Package
Description
Jetty Ant : Ant Tasks and Configuration
Jetty Server : Core Server API
Jetty Server : Core Handler API
-
Uses of RequestLog in org.eclipse.jetty.ant
Methods in org.eclipse.jetty.ant that return RequestLogMethods in org.eclipse.jetty.ant with parameters of type RequestLog -
Uses of RequestLog in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement RequestLogModifier and TypeClassDescriptionclass
A flexible RequestLog, which produces log strings in a customizable format.static class
Methods in org.eclipse.jetty.server that return RequestLogMethods in org.eclipse.jetty.server with parameters of type RequestLogModifier and TypeMethodDescriptionvoid
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 -
Uses of RequestLog in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler that return RequestLogMethods in org.eclipse.jetty.server.handler with parameters of type RequestLog