public abstract class ServerProvider
extends java.lang.Object
implements com.google.inject.Provider<org.eclipse.jetty.server.Server>
Modifier and Type | Field and Description |
---|---|
private AccessLoggerContextHandler |
accessLoggerContextHandler
FIXME upgrade logback-access once released a fix for
http://jira.qos.ch/browse/LBACCESS-28
and the line below in method registerHandlers()
contextHandlerCollection.addHandler(accessLoggerContextHandler);
|
protected ServerConfiguration |
config |
protected org.eclipse.jetty.server.handler.HandlerCollection |
handlers |
private LoggerContextHandler |
loggerContextHandler |
private RequestLogHandlerProvider |
requestLoggerProvider |
protected org.eclipse.jetty.util.thread.ThreadPool |
threadPool |
Constructor and Description |
---|
ServerProvider(ServerConfiguration config,
org.eclipse.jetty.util.thread.ThreadPool threadPool,
LoggerContextHandler loggerContextHandler,
AccessLoggerContextHandler accessLoggerContextHandler) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.jetty.server.Server |
get() |
protected void |
registerHandlers(org.eclipse.jetty.server.handler.ContextHandler handler) |
protected final org.eclipse.jetty.server.handler.HandlerCollection handlers
protected final org.eclipse.jetty.util.thread.ThreadPool threadPool
protected final ServerConfiguration config
private final LoggerContextHandler loggerContextHandler
private final RequestLogHandlerProvider requestLoggerProvider
private final AccessLoggerContextHandler accessLoggerContextHandler
public ServerProvider(ServerConfiguration config, org.eclipse.jetty.util.thread.ThreadPool threadPool, LoggerContextHandler loggerContextHandler, AccessLoggerContextHandler accessLoggerContextHandler)