Package tech.underoaks.coldcase.remote
package tech.underoaks.coldcase.remote
-
ClassesClassDescriptionAbstract base class representing a generic message in the remote game controller system.Contains nested classes that represent various types of messages used in the remote game controller system.Message indicating that the application should abort any pending remote Game State Updates (GSUs).Message used to append an interaction to a remote interaction chain.Response message for an append remote interaction request.Message used to trigger the application of remote Game State Updates (GSUs).Message to request the creation of a new remote interaction chain.Response message for a create remote interaction chain request.Message indicating a request to exit to the main menu.Message containing a lobby identifier.Message to initiate the start of a game.Represents a remote game controller responsible for managing remote interactions and game state updates through WebSocket communication.A WebSocket client for communicating with the remote game server.The
WebSocketMessagesManagerclass is responsible for managing the sending and receiving of messages over the WebSocket connection in the game.