Class ServerSessionManager

java.lang.Object
org.springframework.web.socket.handler.AbstractWebSocketHandler
org.springframework.web.socket.handler.TextWebSocketHandler
org.vrspace.server.core.SessionManager
org.vrspace.server.core.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 Details

    • ServerSessionManager

      public ServerSessionManager()
  • Method Details

    • login

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