Class 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
      • Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable

        org.eclipse.jetty.util.component.Dumpable.DumpableContainer
      • Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle

        org.eclipse.jetty.util.component.LifeCycle.Listener
    • Field Summary

      • Fields inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle

        FAILED, STARTED, STARTING, STOPPED, STOPPING
      • Fields inherited from interface org.eclipse.jetty.util.component.Dumpable

        KEY
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static void addToAllConnectors​(Server server)
      Deprecated.
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.eclipse.jetty.util.component.Dumpable

        dump, dumpSelf
    • Constructor Detail

      • ServerConnectionStatistics

        public ServerConnectionStatistics()
        Deprecated.
    • Method Detail

      • addToAllConnectors

        public static void addToAllConnectors​(Server server)
        Deprecated.
        Parameters:
        server - the server to use to add ConnectionStatistics to all Connectors.