public class JettyServer extends AbstractServiceDaemon
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 |
---|---|
long |
getHttpConnectionsOpen() |
long |
getHttpConnectionsOpenMax() |
long |
getHttpConnectionsTotal() |
long |
getHttpsConnectionsOpen() |
long |
getHttpsConnectionsOpenMax() |
long |
getHttpsConnectionsTotal() |
protected void |
onInit()
onInit
|
protected void |
onStart()
onStart
|
protected void |
onStop()
onStop
|
afterPropertiesSet, debugf, debugf, destroy, errorf, errorf, fatalf, fatalf, getName, getStatus, getStatusText, infof, infof, init, isPaused, isRunning, isStarting, log, onPause, onResume, pause, resume, setStatus, start, status, stop, waitForStatus, waitForStatus, warnf, warnf
protected void onInit()
onInit
onInit
in class AbstractServiceDaemon
protected void onStart()
onStart
onStart
in class AbstractServiceDaemon
protected void onStop()
onStop
onStop
in class AbstractServiceDaemon
public long getHttpsConnectionsTotal()
public long getHttpsConnectionsOpen()
public long getHttpsConnectionsOpenMax()
public long getHttpConnectionsTotal()
public long getHttpConnectionsOpen()
public long getHttpConnectionsOpenMax()
Copyright © 2015. All Rights Reserved.