Class ServerSessionManager

  • All Implemented Interfaces:
    Runnable, org.springframework.web.socket.WebSocketHandler

    @Component
    public class ServerSessionManager
    extends SessionManager
    this one manages sessions of connected servers
    Author:
    joe
    • Constructor Detail

      • ServerSessionManager

        public ServerSessionManager()
    • Method Detail

      • login

        protected Welcome login​(org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator socket)
        Overrides:
        login in class SessionManager