Package | Description |
---|---|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
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. |
(package private) class |
RequestLogCollection |
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 | Field and Description |
---|---|
private RequestLog |
HttpChannel._requestLog |
private RequestLog |
Server._requestLog |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<RequestLog> |
RequestLogCollection.delegates |
Modifier and Type | Method and Description |
---|---|
RequestLog |
HttpChannel.getRequestLog() |
RequestLog |
Server.getRequestLog() |
Modifier and Type | Method and Description |
---|---|
void |
RequestLogCollection.add(RequestLog requestLog) |
void |
HttpChannel.addRequestLog(RequestLog requestLog) |
void |
HttpChannel.setRequestLog(RequestLog requestLog) |
void |
Server.setRequestLog(RequestLog requestLog) |
Constructor and Description |
---|
RequestLogCollection(RequestLog... requestLogs) |
Modifier and Type | Field and Description |
---|---|
private RequestLog |
RequestLogHandler._requestLog |
Modifier and Type | Method and Description |
---|---|
RequestLog |
RequestLogHandler.getRequestLog() |
Modifier and Type | Method and Description |
---|---|
void |
RequestLogHandler.setRequestLog(RequestLog requestLog) |