Package | Description |
---|---|
org.eclipse.jetty.ant |
Jetty Ant : Ant Tasks and Configuration
|
org.eclipse.jetty.maven.plugin |
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
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-2015 Webtide. All Rights Reserved.