Class ServerConnectionStatistics
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.io.ConnectionStatistics
org.eclipse.jetty.server.ServerConnectionStatistics
- All Implemented Interfaces:
Connection.Listener, Dumpable, LifeCycle
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class ConnectionStatistics
ConnectionStatistics.StatsNested classes/interfaces inherited from class AbstractLifeCycle
AbstractLifeCycle.AbstractLifeCycleListenerNested classes/interfaces inherited from interface Connection.Listener
Connection.Listener.AdapterNested classes/interfaces inherited from interface Dumpable
Dumpable.DumpableContainerNested classes/interfaces inherited from interface LifeCycle
LifeCycle.Listener -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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, toStringMethods inherited from class AbstractLifeCycle
addLifeCycleListener, doStop, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stop
-
Constructor Details
-
ServerConnectionStatistics
public ServerConnectionStatistics()Deprecated.
-
-
Method Details
-
addToAllConnectors
Deprecated.useServer.addBeanToAllConnectors(Object)instead.- Parameters:
server- the server to use to addConnectionStatisticsto all Connectors.
-
Server.addBeanToAllConnectors(Object)instead.