接口 SockJsSession

    • 方法详细资料

      • getTimeSinceLastActive

        long getTimeSinceLastActive()
        Return the time (in ms) since the session was last active, or otherwise if the session is new, then the time since the session was created.
      • disableHeartbeat

        void disableHeartbeat()
        Disable the SockJS heartbeat, presumably because a higher-level protocol has heartbeats enabled for the session already. It is not recommended to disable this otherwise, as it helps proxies to know the connection is not hanging.