Package org.eclipse.jetty.server
Class ServerConnectionStatistics
- java.lang.Object
-
- org.eclipse.jetty.util.component.AbstractLifeCycle
-
- org.eclipse.jetty.io.ConnectionStatistics
-
- org.eclipse.jetty.server.ServerConnectionStatistics
-
- All Implemented Interfaces:
org.eclipse.jetty.io.Connection.Listener,org.eclipse.jetty.util.component.Dumpable,org.eclipse.jetty.util.component.LifeCycle
public class ServerConnectionStatistics extends org.eclipse.jetty.io.ConnectionStatistics
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
-
-
Constructor Summary
Constructors Constructor Description ServerConnectionStatistics()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddToAllConnectors(Server server)-
Methods inherited from class org.eclipse.jetty.io.ConnectionStatistics
doStart, dump, dump, getConnectionDurationMax, getConnectionDurationMean, getConnectionDurationStdDev, getConnections, getConnectionsMax, getConnectionsTotal, getReceivedBytes, getReceivedBytesRate, getReceivedMessages, getReceivedMessagesRate, getSentBytes, getSentBytesRate, getSentMessages, getSentMessagesRate, onClosed, onOpened, reset, toString
-
-
-
-
Method Detail
-
addToAllConnectors
public static void addToAllConnectors(Server server)
-
-