public class JettyServer extends AbstractSpringContextJmxServiceDaemon<JettyServer> implements JettyServerMBean
JettyServer class.
DAEMON_BEAN_NAME
Constructor and Description |
---|
JettyServer() |
Modifier and Type | Method and Description |
---|---|
long |
getHttpConnectionsOpen() |
long |
getHttpConnectionsOpenMax() |
long |
getHttpConnectionsTotal() |
long |
getHttpsConnectionsOpen() |
long |
getHttpsConnectionsOpenMax() |
long |
getHttpsConnectionsTotal() |
protected String |
getLoggingPrefix()
getLoggingPrefix
|
protected String |
getSpringContext()
getSpringContext
|
getContext, getDaemon, getStatus, getStatusText, init, start, status, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatus, getStatusText, init, start, status, stop
protected String getLoggingPrefix()
getLoggingPrefix
getLoggingPrefix
in class AbstractSpringContextJmxServiceDaemon<JettyServer>
String
object.protected String getSpringContext()
getSpringContext
getSpringContext
in class AbstractSpringContextJmxServiceDaemon<JettyServer>
String
object.public long getHttpsConnectionsTotal()
getHttpsConnectionsTotal
in interface JettyServerMBean
public long getHttpsConnectionsOpen()
getHttpsConnectionsOpen
in interface JettyServerMBean
public long getHttpsConnectionsOpenMax()
getHttpsConnectionsOpenMax
in interface JettyServerMBean
public long getHttpConnectionsTotal()
getHttpConnectionsTotal
in interface JettyServerMBean
public long getHttpConnectionsOpen()
getHttpConnectionsOpen
in interface JettyServerMBean
public long getHttpConnectionsOpenMax()
getHttpConnectionsOpenMax
in interface JettyServerMBean
Copyright © 2021. All rights reserved.