Interface SubProtocolWebSocketHandler.Stats
- Enclosing class:
- SubProtocolWebSocketHandler
public static interface SubProtocolWebSocketHandler.Stats
Contract for access to session counters.- Since:
- 5.2
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetHttpPollingSessions()intgetHttpStreamingSessions()intgetLimitExceededSessions()intgetNoMessagesReceivedSessions()intgetTotalSessions()intgetTransportErrorSessions()intgetWebSocketSessions()
Method Detail
getTotalSessions
int getTotalSessions()
getWebSocketSessions
int getWebSocketSessions()
getHttpStreamingSessions
int getHttpStreamingSessions()
getHttpPollingSessions
int getHttpPollingSessions()
getLimitExceededSessions
int getLimitExceededSessions()
getNoMessagesReceivedSessions
int getNoMessagesReceivedSessions()
getTransportErrorSessions
int getTransportErrorSessions()