ServerConnectionStatistics instead.@Deprecated
public class ConnectorStatistics
extends AbstractLifeCycle
AbstractConnector#addBean(Object)
will register the listener with all connections accepted by that connector.| Constructor and Description |
|---|
ConnectorStatistics()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
addToAllConnectors(Server server)
Deprecated.
|
void |
doStart()
Deprecated.
|
void |
doStop()
Deprecated.
|
java.lang.String |
dump()
Deprecated.
|
void |
dump(java.lang.Appendable out,
java.lang.String indent)
Deprecated.
|
int |
getBytesIn()
Deprecated.
|
int |
getBytesOut()
Deprecated.
|
long |
getConnectionDurationMax()
Deprecated.
|
double |
getConnectionDurationMean()
Deprecated.
|
double |
getConnectionDurationStdDev()
Deprecated.
|
int |
getConnections()
Deprecated.
|
int |
getConnectionsOpen()
Deprecated.
|
int |
getConnectionsOpenMax()
Deprecated.
|
int |
getMessagesIn()
Deprecated.
|
int |
getMessagesInPerConnectionMax()
Deprecated.
|
double |
getMessagesInPerConnectionMean()
Deprecated.
|
double |
getMessagesInPerConnectionStdDev()
Deprecated.
|
int |
getMessagesInPerSecond()
Deprecated.
|
int |
getMessagesOut()
Deprecated.
|
int |
getMessagesOutPerConnectionMax()
Deprecated.
|
double |
getMessagesOutPerConnectionMean()
Deprecated.
|
double |
getMessagesOutPerConnectionStdDev()
Deprecated.
|
int |
getMessagesOutPerSecond()
Deprecated.
|
long |
getStartedMillis()
Deprecated.
|
void |
onClosed(Connection connection)
Deprecated.
|
void |
onOpened(Connection connection)
Deprecated.
|
void |
reset()
Deprecated.
|
public void onOpened(Connection connection)
public void onClosed(Connection connection)
public int getBytesIn()
public int getBytesOut()
public int getConnections()
public long getConnectionDurationMax()
public double getConnectionDurationMean()
public double getConnectionDurationStdDev()
public int getMessagesIn()
public int getMessagesInPerConnectionMax()
public double getMessagesInPerConnectionMean()
public double getMessagesInPerConnectionStdDev()
public int getConnectionsOpen()
public int getConnectionsOpenMax()
public int getMessagesOut()
public int getMessagesOutPerConnectionMax()
public double getMessagesOutPerConnectionMean()
public double getMessagesOutPerConnectionStdDev()
public long getStartedMillis()
public int getMessagesInPerSecond()
public int getMessagesOutPerSecond()
public void doStart()
public void doStop()
public void reset()
public java.lang.String dump()
public void dump(java.lang.Appendable out,
java.lang.String indent)
throws java.io.IOException
java.io.IOExceptionpublic static void addToAllConnectors(Server server)