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