public static interface StompSubProtocolHandler.Stats
Modifier and Type | Method and Description |
---|---|
int |
getTotalConnect()
The number of CONNECT frames processed.
|
int |
getTotalConnected()
The number of CONNECTED frames processed.
|
int |
getTotalDisconnect()
The number of DISCONNECT frames processed.
|