Interface StompSubProtocolHandler.Stats
- Enclosing class:
- StompSubProtocolHandler
public static interface StompSubProtocolHandler.Stats
Contract for access to session counters.- Since:
- 5.2
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetTotalConnect()The number of CONNECT frames processed.intgetTotalConnected()The number of CONNECTED frames processed.intgetTotalDisconnect()The number of DISCONNECT frames processed.
Method Detail
getTotalConnect
int getTotalConnect()
The number of CONNECT frames processed.
getTotalConnected
int getTotalConnected()
The number of CONNECTED frames processed.
getTotalDisconnect
int getTotalDisconnect()
The number of DISCONNECT frames processed.