public class NoOpStatistics extends java.lang.Object implements ProtocolClientStatistics
| Constructor and Description |
|---|
NoOpStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
clientConnected() |
void |
clientDisconnected() |
void |
incAuthenticationFailures() |
void |
incAuthorizationViolations() |
void |
messageReceived(int bytes) |
void |
messageSent(int bytes) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatsNamepublic void clientConnected()
clientConnected in interface ProtocolClientStatisticspublic void clientDisconnected()
clientDisconnected in interface ProtocolClientStatisticspublic void messageReceived(int bytes)
messageReceived in interface ProtocolClientStatisticspublic void messageSent(int bytes)
messageSent in interface ProtocolClientStatisticspublic void incAuthorizationViolations()
incAuthorizationViolations in interface ProtocolClientStatisticspublic void incAuthenticationFailures()
incAuthenticationFailures in interface ProtocolClientStatistics