|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.daemon.AbstractServiceDaemon
org.opennms.netmgt.jetty.JettyServer
public class JettyServer
Implements Web Application within OpenNMS as a Service Daemon.
| Field Summary |
|---|
| Fields inherited from interface org.opennms.core.fiber.PausableFiber |
|---|
PAUSE_PENDING, PAUSED, RESUME_PENDING |
| Fields inherited from interface org.opennms.core.fiber.Fiber |
|---|
RUNNING, START_PENDING, STARTING, STATUS_NAMES, STOP_PENDING, STOPPED |
| Constructor Summary | |
|---|---|
protected |
JettyServer()
Constructor for JettyServer. |
| Method Summary | |
|---|---|
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 |
protected void |
registerService(Integer port,
String contextPath)
registerService |
| Methods inherited from class org.opennms.netmgt.daemon.AbstractServiceDaemon |
|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opennms.netmgt.daemon.SpringServiceDaemon |
|---|
start |
| Methods inherited from interface org.springframework.beans.factory.InitializingBean |
|---|
afterPropertiesSet |
| Constructor Detail |
|---|
protected JettyServer()
Constructor for JettyServer.
| Method Detail |
|---|
protected void onInit()
onInit
onInit in class AbstractServiceDaemon
protected void addContext(org.eclipse.jetty.server.handler.HandlerCollection handlers,
File name,
String contextPath)
addContext
handlers - a HandlerCollection object.name - a File object.contextPath - a String object.
protected void registerService(Integer port,
String contextPath)
registerService
port - a Integer object.contextPath - a String object.
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 AbstractServiceDaemonprotected void onStop()
onStop
onStop in class AbstractServiceDaemon
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||