Package | Description |
---|---|
org.eclipse.jetty.ant | |
org.eclipse.jetty.maven.plugin | |
org.eclipse.jetty.server | |
org.eclipse.jetty.server.handler |
Modifier and Type | Method and Description |
---|---|
RequestLog |
ServerProxyImpl.getRequestLog() |
Modifier and Type | Method and Description |
---|---|
void |
ServerProxyImpl.setRequestLog(RequestLog requestLog) |
Modifier and Type | Field and Description |
---|---|
protected RequestLog |
AbstractJettyMojo.requestLog
A RequestLog implementation to use for the webapp at runtime.
|
Modifier and Type | Method and Description |
---|---|
void |
JettyServer.setRequestLog(RequestLog requestLog) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNCSARequestLog
Base implementation of the
RequestLog outputs logs in the pseudo-standard
NCSA common log format. |
class |
AsyncNCSARequestLog
An asynchronously writing NCSA Request Log
|
class |
NCSARequestLog
This
RequestLog implementation outputs logs in the pseudo-standard
NCSA common log format. |
class |
Slf4jRequestLog
Implementation of NCSARequestLog where output is sent as a SLF4J INFO Log message on the named logger "org.eclipse.jetty.server.RequestLog"
|
Modifier and Type | Method and Description |
---|---|
RequestLog |
RequestLogHandler.getRequestLog() |
Modifier and Type | Method and Description |
---|---|
void |
RequestLogHandler.setRequestLog(RequestLog requestLog) |
Copyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.