Interface SubProtocolWebSocketHandler.Stats
- Enclosing class:
 - SubProtocolWebSocketHandler
 
public static interface SubProtocolWebSocketHandler.Stats
Contract for access to session counters.
- Since:
 - 5.2
 
- 
Method Summary
Modifier and TypeMethodDescriptionintintintintintintint 
- 
Method Details
- 
getTotalSessions
int getTotalSessions() - 
getWebSocketSessions
int getWebSocketSessions() - 
getHttpStreamingSessions
int getHttpStreamingSessions() - 
getHttpPollingSessions
int getHttpPollingSessions() - 
getLimitExceededSessions
int getLimitExceededSessions() - 
getNoMessagesReceivedSessions
int getNoMessagesReceivedSessions() - 
getTransportErrorSessions
int getTransportErrorSessions() 
 -