public static interface SubProtocolWebSocketHandler.Stats
| Modifier and Type | Method and Description | 
|---|---|
| int | getHttpPollingSessions() | 
| int | getHttpStreamingSessions() | 
| int | getLimitExceededSessions() | 
| int | getNoMessagesReceivedSessions() | 
| int | getTotalSessions() | 
| int | getTransportErrorSessions() | 
| int | getWebSocketSessions() | 
int getTotalSessions()
int getWebSocketSessions()
int getHttpStreamingSessions()
int getHttpPollingSessions()
int getLimitExceededSessions()
int getNoMessagesReceivedSessions()
int getTransportErrorSessions()