-
Welcome messages are received after connecting and entering a world
-
ServerSessionManager.login(org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator socket)
SessionManager.login(org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator socket)
WorldManager.login(org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator session)
Remote user login over websocket.
WorldManager.login(org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator session,
Class<? extends Client> clientClass)
Common login procedure for both users and remote servers.
WorldManager.serverLogin(org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator session)