Package | Description |
---|---|
client.networking | |
shared.data | |
shared.networking | |
testing.shared.networking |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<NetGame> |
MockServerProxy.gameList |
Modifier and Type | Method and Description |
---|---|
NetGame |
RealEarlyServerProxy.createGame(boolean randomTiles,
boolean randomNumbers,
boolean randomPorts,
java.lang.String name) |
NetGame |
MockServerProxy.createGame(boolean randomTiles,
boolean randomNumbers,
boolean randomPorts,
java.lang.String name)
Creates a game on the server
|
NetGame |
EarlyServerProxy.createGame(boolean randomTiles,
boolean randomNumbers,
boolean randomPorts,
java.lang.String name)
Creates a game on the server
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NetGame> |
RealEarlyServerProxy.listGames() |
java.util.List<NetGame> |
MockServerProxy.listGames()
Fetches a list of ongoing games
|
java.util.List<NetGame> |
EarlyServerProxy.listGames()
Fetches a list of ongoing games
|
Modifier and Type | Method and Description |
---|---|
static GameInfo |
DataTranslator.convertGame(NetGame game)
Converts a netgame into a game info
|
Modifier and Type | Method and Description |
---|---|
NetGame |
JSONDeserializer.parseNetGame(java.lang.String rawData) |
NetGame |
Deserializer.parseNetGame(java.lang.String rawData)
Parses a NetGame from serialized data
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NetGame> |
JSONDeserializer.parseNetGameList(java.lang.String rawData) |
java.util.List<NetGame> |
Deserializer.parseNetGameList(java.lang.String rawData)
Parses a List of NetGame objects from serialized data
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<NetGame> |
JSONSerializerTest.originalGameList |