Class | Description |
---|---|
ErrorResponse |
This class represents a response saying that something went wrong with the request
|
GameStartInfoResponse |
This class contains information about the game board to be used and the game's players
|
HandResponse |
A response containing the client's new hand
|
HurryResponse |
A response telling the client to hurry up the action it's doing because other clients are waiting
|
OkayResponse |
An empty response telling the client its request was fulfilled
|
PowerDownContainerResponse |
This class is used to contain power down status for all players
|
ProgramAndPowerDownRequest |
A request containing a player's program and whether it wants to enter power down next round
|
ProgramsContainerResponse |
This class contains information about all players' programs and whether they want to enter power down
|
UsernameRequest |
A request for sending a username to the server
|