Package | Description |
---|---|
cardmanager.impl.networking | |
cardmanager.networking | |
cardmanager.networking.impl |
Modifier and Type | Field and Description |
---|---|
JoinedPlayer |
ClientPlayerCreator.joinedPalyer |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<JoinedPlayer> |
NetworkStarter.getJoinedPlayers() |
java.util.ArrayList<JoinedPlayer> |
ServerPlayerCreator.getJoinedPlayers() |
Modifier and Type | Method and Description |
---|---|
void |
NetworkGameProceeder.proceedNeedYourPiles(java.lang.String whois,
JoinedPlayer fromwho) |
Modifier and Type | Method and Description |
---|---|
static SyncKeeper |
AbstractNetworkGame.syncRequest(JoinedPlayer fromwho,
java.lang.String reqestMessageToFromWho,
SyncKeeper waitFor,
int timeoout,
java.lang.String message,
NetworkLogger log) |
Constructor and Description |
---|
ClientNetworkGame(Settings settings,
JoinedPlayer joinedPalyer) |
Constructor and Description |
---|
ServerNetworkGame(Settings settings,
java.util.ArrayList<JoinedPlayer> joinedPlayers) |