public class JettyServer extends AbstractServiceDaemon implements SpringServiceDaemon
PAUSE_PENDING, PAUSED, RESUME_PENDING
RUNNING, START_PENDING, STARTING, STATUS_NAMES, STOP_PENDING, STOPPED
Modifier | Constructor and Description |
---|---|
protected |
JettyServer()
Constructor for JettyServer.
|
Modifier and Type | Method and Description |
---|---|
protected void |
addContext(org.eclipse.jetty.server.handler.HandlerCollection handlers,
File name,
String contextPath)
addContext
|
protected void |
excludeCipherSuites(org.eclipse.jetty.http.ssl.SslContextFactory contextFactory,
Integer port)
excludeCipherSuites
|
protected void |
onInit()
onInit
|
protected void |
onStart()
onStart
|
protected void |
onStop()
onStop
|
afterPropertiesSet, debugf, debugf, errorf, errorf, fatalf, fatalf, getName, getStatus, getStatusText, infof, infof, init, isPaused, isRunning, isStarting, isStartPending, log, onPause, onResume, pause, resume, setStatus, start, status, stop, waitForStatus, waitForStatus, warnf, warnf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
start
protected void onInit()
onInit
onInit
in class AbstractServiceDaemon
protected void addContext(org.eclipse.jetty.server.handler.HandlerCollection handlers, File name, String contextPath)
addContext
protected void excludeCipherSuites(org.eclipse.jetty.http.ssl.SslContextFactory contextFactory, Integer port)
excludeCipherSuites
contextFactory
- https_port
- sslConnector
- a org.eclipse.jetty.server.security.SslSocketConnector
object.protected void onStart()
onStart
onStart
in class AbstractServiceDaemon
protected void onStop()
onStop
onStop
in class AbstractServiceDaemon
Copyright © 2015. All Rights Reserved.