| 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. |
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 |
Server.getRequestLog() |
RequestLog |
HttpChannel.getRequestLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpChannel.addRequestLog(RequestLog requestLog) |
void |
Server.setRequestLog(RequestLog requestLog) |
void |
HttpChannel.setRequestLog(RequestLog requestLog) |
| Modifier and Type | Method and Description |
|---|---|
RequestLog |
RequestLogHandler.getRequestLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestLogHandler.setRequestLog(RequestLog requestLog) |
Copyright © 1995–2017 Webtide. All rights reserved.