public interface ProtocolClientStatistics
| Modifier and Type | Method and Description |
|---|---|
void |
clientConnected() |
void |
clientDisconnected() |
default java.lang.String |
getStatsName() |
void |
incAuthenticationFailures() |
void |
incAuthorizationViolations() |
void |
messageReceived(int bytes) |
void |
messageSent(int bytes) |
default java.lang.String getStatsName()
void clientConnected()
void clientDisconnected()
void messageReceived(int bytes)
void messageSent(int bytes)
void incAuthorizationViolations()
void incAuthenticationFailures()