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() |
static String |
getLoggingCategory() |
protected void |
onInit()
onInit
|
protected void |
onStart()
onStart
|
protected void |
onStop()
onStop
|
afterPropertiesSet, destroy, getName, getStatus, getStatusText, init, isPaused, isRunning, isStarting, onPause, onResume, pause, resume, setStatus, start, status, stop, waitForStatus, waitForStatus
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 static String getLoggingCategory()
public long getHttpsConnectionsTotal()
public long getHttpsConnectionsOpen()
public long getHttpsConnectionsOpenMax()
public long getHttpConnectionsTotal()
public long getHttpConnectionsOpen()
public long getHttpConnectionsOpenMax()
Copyright © 2021. All rights reserved.