接口 SubProtocolWebSocketHandler.Stats
public static interface SubProtocolWebSocketHandler.Stats
Contract for access to session counters.- 从以下版本开始:
- 5.2
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 intgetHttpPollingSessions()intgetHttpStreamingSessions()intgetLimitExceededSessions()intgetNoMessagesReceivedSessions()intgetTotalSessions()intgetTransportErrorSessions()intgetWebSocketSessions()
方法详细资料
getTotalSessions
int getTotalSessions()
getWebSocketSessions
int getWebSocketSessions()
getHttpStreamingSessions
int getHttpStreamingSessions()
getHttpPollingSessions
int getHttpPollingSessions()
getLimitExceededSessions
int getLimitExceededSessions()
getNoMessagesReceivedSessions
int getNoMessagesReceivedSessions()
getTransportErrorSessions
int getTransportErrorSessions()