public final class JettyHttpContainer extends org.eclipse.jetty.server.handler.AbstractHandler implements Container
Container implementation based on Jetty Handler.org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListenerFAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPINGDEFAULT_HTTP_PORT, DEFAULT_HTTPS_PORT| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart()
Inform this container that the server has been started.
|
void |
doStop()
Inform this container that the server is being stopped.
|
ApplicationHandler |
getApplicationHandler() |
ResourceConfig |
getConfiguration() |
void |
handle(String target,
org.eclipse.jetty.server.Request request,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
reload() |
void |
reload(ResourceConfig configuration) |
destroy, dumpThis, getServer, setServeraddBean, addBean, addBean, addEventListener, contains, dump, dump, dump, dump, dump, dumpBeans, dumpObject, dumpStdErr, getBean, getBeans, getBeans, isManaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBeansaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stoppublic void handle(String target, org.eclipse.jetty.server.Request request, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException, javax.servlet.ServletException
handle in interface org.eclipse.jetty.server.HandlerIOExceptionjavax.servlet.ServletExceptionpublic ResourceConfig getConfiguration()
public void reload()
public void reload(ResourceConfig configuration)
public ApplicationHandler getApplicationHandler()
protected void doStart()
throws Exception
doStart in class org.eclipse.jetty.server.handler.AbstractHandlerException - if a problem occurred during server startup.public void doStop()
throws Exception
doStop in class org.eclipse.jetty.server.handler.AbstractHandlerException - if a problem occurred during server shutdown.Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.