
public class EndpointServerEmbedded
extends org.eclipse.jetty.server.Server
org.eclipse.jetty.server.Server.Graceful| Modifier and Type | Field and Description |
|---|---|
static String |
FALLBACK_APPLICATIONCONTEXT |
static String |
FALLBACK_JETTY_APPLICATIONCONTEXT |
| Constructor and Description |
|---|
EndpointServerEmbedded() |
| Modifier and Type | Method and Description |
|---|---|
EndpointServlet |
getEndpointServlet() |
static EndpointServerEmbedded |
newServer() |
static EndpointServerEmbedded |
newServer(org.springframework.context.ApplicationContext applicationContext)
Generates a new XDI2 server from an application context.
|
static EndpointServerEmbedded |
newServer(org.springframework.core.io.Resource... resources) |
static EndpointServerEmbedded |
newServer(org.springframework.core.io.Resource applicationContextResource,
org.springframework.core.io.Resource jettyApplicationContextResource) |
void |
setEndpointServlet(EndpointServlet endpointServlet) |
addBean, addConnector, addLifeCycle, clearAttributes, doStart, doStop, dump, getAttribute, getAttributeNames, getConnectors, getContainer, getGracefulShutdown, getMaxCookieVersion, getSendDateHeader, getSendServerVersion, getSessionIdManager, getStopAtShutdown, getThreadPool, getVersion, handle, handleAsync, isDumpAfterStart, isDumpBeforeStop, isUncheckedPrintWriter, join, main, removeAttribute, removeBean, removeConnector, removeLifeCycle, setAttribute, setConnectors, setDumpAfterStart, setDumpBeforeStop, setGracefulShutdown, setMaxCookieVersion, setSendDateHeader, setSendServerVersion, setSessionIdManager, setStopAtShutdown, setThreadPool, setUncheckedPrintWriter, toStringdestroy, expandChildren, getHandler, getHandlers, getNestedHandlerByClass, handle, setHandler, setServerexpandHandler, findContainerOf, getChildHandlerByClass, getChildHandlers, getChildHandlersByClassaddBean, contains, dump, dump, dump, dump, dumpObject, dumpStdErr, getBean, getBeans, getBeans, isManaged, manage, removeBeans, unmanageaddLifeCycleListener, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stoppublic static final String FALLBACK_APPLICATIONCONTEXT
public static final String FALLBACK_JETTY_APPLICATIONCONTEXT
public EndpointServlet getEndpointServlet()
public void setEndpointServlet(EndpointServlet endpointServlet)
public static EndpointServerEmbedded newServer(org.springframework.context.ApplicationContext applicationContext)
public static EndpointServerEmbedded newServer(org.springframework.core.io.Resource... resources)
public static EndpointServerEmbedded newServer(org.springframework.core.io.Resource applicationContextResource, org.springframework.core.io.Resource jettyApplicationContextResource)
public static EndpointServerEmbedded newServer()
Copyright © 2015. All Rights Reserved.