Interface SubProtocolWebSocketHandler.Stats
- Enclosing class:
- SubProtocolWebSocketHandler
public static interface SubProtocolWebSocketHandler.Stats
Contract for access to session counters.
- Since:
- 5.2
- Author:
- Rossen Stoyanchev, Juergen Hoeller, Andy Wilkinson, Artem Bilan
- 
Method SummaryModifier and TypeMethodDescriptionintintintintintintint
- 
Method Details- 
getTotalSessionsint getTotalSessions()
- 
getWebSocketSessionsint getWebSocketSessions()
- 
getHttpStreamingSessionsint getHttpStreamingSessions()
- 
getHttpPollingSessionsint getHttpPollingSessions()
- 
getLimitExceededSessionsint getLimitExceededSessions()
- 
getNoMessagesReceivedSessionsint getNoMessagesReceivedSessions()
- 
getTransportErrorSessionsint getTransportErrorSessions()
 
-