Package org.eclipse.jetty.io
Class IncludeExcludeConnectionStatistics
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.io.ConnectionStatistics
org.eclipse.jetty.io.IncludeExcludeConnectionStatistics
- All Implemented Interfaces:
Connection.Listener,Dumpable,LifeCycle
@Deprecated(since="2021-05-27")
public class IncludeExcludeConnectionStatistics
extends ConnectionStatistics
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.Nested classes/interfaces inherited from class org.eclipse.jetty.io.ConnectionStatistics
ConnectionStatistics.StatsNested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
AbstractLifeCycle.AbstractLifeCycleListenerNested classes/interfaces inherited from interface org.eclipse.jetty.io.Connection.Listener
Connection.Listener.AdapterNested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
Dumpable.DumpableContainerNested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
LifeCycle.Listener -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexclude(Class<? extends Connection> clazz) Deprecated.voidDeprecated.voidinclude(Class<? extends Connection> clazz) Deprecated.voidDeprecated.voidonClosed(Connection connection) Deprecated.voidonOpened(Connection connection) Deprecated.Methods inherited from class org.eclipse.jetty.io.ConnectionStatistics
dump, getConnectionDurationMax, getConnectionDurationMean, getConnectionDurationStdDev, getConnections, getConnectionsMax, getConnectionStatisticsGroups, getConnectionsTotal, getReceivedBytes, getReceivedBytesRate, getReceivedMessages, getReceivedMessagesRate, getSentBytes, getSentBytesRate, getSentMessages, getSentMessagesRate, reset, toStringMethods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stop
-
Constructor Details
-
IncludeExcludeConnectionStatistics
public IncludeExcludeConnectionStatistics()Deprecated.
-
-
Method Details
-
include
Deprecated.- Throws:
ClassNotFoundException
-
include
Deprecated. -
exclude
Deprecated.- Throws:
ClassNotFoundException
-
exclude
Deprecated. -
onOpened
Deprecated.- Specified by:
onOpenedin interfaceConnection.Listener- Overrides:
onOpenedin classConnectionStatistics
-
onClosed
Deprecated.- Specified by:
onClosedin interfaceConnection.Listener- Overrides:
onClosedin classConnectionStatistics
-