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:
 Connection.Listener,Dumpable,LifeCycle
@Deprecated public class ServerConnectionStatistics extends ConnectionStatistics
Deprecated. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.eclipse.jetty.io.ConnectionStatistics
ConnectionStatistics.Stats 
- 
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
AbstractLifeCycle.AbstractLifeCycleListener 
- 
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Connection.Listener
Connection.Listener.Adapter 
- 
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
Dumpable.DumpableContainer 
- 
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
LifeCycle.Listener 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ServerConnectionStatistics()Deprecated. 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidaddToAllConnectors(Server server)Deprecated.useServer.addBeanToAllConnectors(Object)instead.- 
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, onClosed, onOpened, reset, toString 
- 
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stop 
 - 
 
 - 
 
- 
- 
Method Detail
- 
addToAllConnectors
public static void addToAllConnectors(Server server)
Deprecated.useServer.addBeanToAllConnectors(Object)instead.- Parameters:
 server- the server to use to addConnectionStatisticsto all Connectors.
 
 - 
 
 -