public class JettyServer
extends org.eclipse.jetty.server.Server
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener| Modifier and Type | Field and Description |
|---|---|
static JettyServer |
__instance |
| Constructor and Description |
|---|
JettyServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
addWebApplication(org.eclipse.jetty.webapp.WebAppContext webapp) |
void |
configureHandlers()
Set up the handler structure to receive a webapp.
|
void |
doStart() |
void |
setRequestLog(org.eclipse.jetty.server.RequestLog requestLog) |
addConnector, clearAttributes, doStop, dump, getAttribute, getAttributeNames, getConnectors, getDateField, getSessionIdManager, getStopAtShutdown, getThreadPool, getURI, getVersion, handle, handleAsync, handleOptions, isDumpAfterStart, isDumpBeforeStop, join, main, removeAttribute, removeConnector, setAttribute, setConnectors, setDumpAfterStart, setDumpBeforeStop, setSessionIdManager, setStopAtShutdown, start, toStringdestroy, expandChildren, getHandler, getHandlers, handle, setHandler, setServerexpandHandler, findContainerOf, getChildHandlerByClass, getChildHandlers, getChildHandlersByClassaddBean, addBean, addBean, addEventListener, contains, dump, dump, dump, dump, dumpBeans, dumpObject, dumpStdErr, getBean, getBeans, getBeans, isManaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, stop, unmanage, updateBean, updateBeansaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stoppublic static final JettyServer __instance
public void setRequestLog(org.eclipse.jetty.server.RequestLog requestLog)
public void doStart()
throws java.lang.Exception
doStart in class org.eclipse.jetty.server.Serverjava.lang.ExceptionServer.doStart()public void addWebApplication(org.eclipse.jetty.webapp.WebAppContext webapp)
throws java.lang.Exception
java.lang.ExceptionHandlerCollection.addHandler(org.eclipse.jetty.server.Handler)public void configureHandlers()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2015. All Rights Reserved.