- java.lang.Object
-
- org.eclipse.jetty.util.component.AbstractLifeCycle
-
- org.eclipse.jetty.io.ConnectionStatistics
-
- org.eclipse.jetty.server.ServerConnectionStatistics
-
- All Implemented Interfaces:
java.util.EventListener
,org.eclipse.jetty.io.Connection.Listener
,org.eclipse.jetty.util.component.Dumpable
,org.eclipse.jetty.util.component.LifeCycle
@Deprecated public class ServerConnectionStatistics extends org.eclipse.jetty.io.ConnectionStatistics
Deprecated.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jetty.io.ConnectionStatistics
org.eclipse.jetty.io.ConnectionStatistics.Stats
-
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener, org.eclipse.jetty.util.component.AbstractLifeCycle.StopException
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Connection.Listener
org.eclipse.jetty.io.Connection.Listener.Adapter
-
-
Constructor Summary
Constructors Constructor Description ServerConnectionStatistics()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
addToAllConnectors(Server server)
Deprecated.useServer.addBeanToAllConnectors(Object)
instead.-
Methods inherited from class org.eclipse.jetty.io.ConnectionStatistics
doStart, dump, getConnectionDurationMax, getConnectionDurationMean, getConnectionDurationStdDev, getConnections, getConnectionsMax, getConnectionStatisticsGroups, getConnectionsTotal, getReceivedBytes, getReceivedBytesRate, getReceivedMessages, getReceivedMessagesRate, getSentBytes, getSentBytesRate, getSentMessages, getSentMessagesRate, onClosed, onConnectionClosed, onConnectionOpened, onOpened, onTotalClosed, onTotalOpened, reset, toString
-
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addEventListener, doStop, getEventListeners, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeEventListener, setEventListeners, start, stop
-
-
-
-
Method Detail
-
addToAllConnectors
public static void addToAllConnectors(Server server)
Deprecated.useServer.addBeanToAllConnectors(Object)
instead.- Parameters:
server
- the server to use to addConnectionStatistics
to all Connectors.
-
-