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
Deprecated.
use
CustomRequestLog given format string CustomRequestLog.EXTENDED_NCSA_FORMAT with a RequestLog.Writer |
class |
AsyncNCSARequestLog
Deprecated.
use
CustomRequestLog given format string CustomRequestLog.EXTENDED_NCSA_FORMAT with an AsyncRequestLogWriter |
class |
CustomRequestLog
A flexible RequestLog, which produces log strings in a customizable format.
|
class |
NCSARequestLog
Deprecated.
use
CustomRequestLog given format string CustomRequestLog.EXTENDED_NCSA_FORMAT with a RequestLogWriter |
static class |
RequestLog.Collection |
class |
Slf4jRequestLog
Deprecated.
use
CustomRequestLog given format string CustomRequestLog.EXTENDED_NCSA_FORMAT with an Slf4jRequestLogWriter |
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) |
Constructor and Description |
---|
Collection(RequestLog... logs) |
Modifier and Type | Method and Description |
---|---|
RequestLog |
RequestLogHandler.getRequestLog() |
Modifier and Type | Method and Description |
---|---|
void |
RequestLogHandler.setRequestLog(RequestLog requestLog) |
Copyright © 1995–2021 Webtide. All rights reserved.