net.sourceforge.simplegamenet.framework.transport
Class Modem
java.lang.Object
net.sourceforge.simplegamenet.framework.transport.Modem
- All Implemented Interfaces:
- PacketCodes
- Direct Known Subclasses:
- ClientModem, ServerModem
- abstract class Modem
- extends Object
- implements PacketCodes
Constructor Summary |
protected |
Modem()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
taskQueue
protected TaskQueue taskQueue
nextPingID
protected Integer nextPingID
pingIDMap
protected HashMap pingIDMap
CON_CLIENT_CON_OPEN
public static final int CON_CLIENT_CON_OPEN
- See Also:
- Constant Field Values
E_CON_BANNED
public static final int E_CON_BANNED
- See Also:
- Constant Field Values
E_CON_CLIENT_CON_OPEN
public static final int E_CON_CLIENT_CON_OPEN
- See Also:
- Constant Field Values
CON_SERVER_CON_OPEN
public static final int CON_SERVER_CON_OPEN
- See Also:
- Constant Field Values
CON_SGN_VERSION
public static final int CON_SGN_VERSION
- See Also:
- Constant Field Values
E_CON_CLIENT_SGN_VERSION
public static final int E_CON_CLIENT_SGN_VERSION
- See Also:
- Constant Field Values
E_CON_SERVER_SGN_VERSION
public static final int E_CON_SERVER_SGN_VERSION
- See Also:
- Constant Field Values
GAME_OPEN
public static final int GAME_OPEN
- See Also:
- Constant Field Values
E_GAME_NOT_FOUND
public static final int E_GAME_NOT_FOUND
- See Also:
- Constant Field Values
E_GAME_CLIENT_GAME_VERSION
public static final int E_GAME_CLIENT_GAME_VERSION
- See Also:
- Constant Field Values
E_GAME_SERVER_GAME_VERSION
public static final int E_GAME_SERVER_GAME_VERSION
- See Also:
- Constant Field Values
CON_LOGIN_NICKNAME
public static final int CON_LOGIN_NICKNAME
- See Also:
- Constant Field Values
E_CON_LOGIN
public static final int E_CON_LOGIN
- See Also:
- Constant Field Values
CON_LOGIN_DATA
public static final int CON_LOGIN_DATA
- See Also:
- Constant Field Values
CON_CLIENT_PING
public static final int CON_CLIENT_PING
- See Also:
- Constant Field Values
CON_SERVER_PONG
public static final int CON_SERVER_PONG
- See Also:
- Constant Field Values
CON_SERVER_PING
public static final int CON_SERVER_PING
- See Also:
- Constant Field Values
CON_CLIENT_PONG
public static final int CON_CLIENT_PONG
- See Also:
- Constant Field Values
CHAT_ASK_MESSAGE
public static final int CHAT_ASK_MESSAGE
- See Also:
- Constant Field Values
E_CHAT_MESSAGE
public static final int E_CHAT_MESSAGE
- See Also:
- Constant Field Values
CHAT_GRANT_MESSAGE
public static final int CHAT_GRANT_MESSAGE
- See Also:
- Constant Field Values
GAME_CHANGE_GAME_SETTINGS
public static final int GAME_CHANGE_GAME_SETTINGS
- See Also:
- Constant Field Values
E_GAME_CHANGE_GAME_SETTINGS_GAME_IN_PROGRESS
public static final int E_GAME_CHANGE_GAME_SETTINGS_GAME_IN_PROGRESS
- See Also:
- Constant Field Values
E_GAME_CHANGE_GAME_SETTINGS_NOT_ACCEPTED
public static final int E_GAME_CHANGE_GAME_SETTINGS_NOT_ACCEPTED
- See Also:
- Constant Field Values
GAME_UPDATE_GAME_SETTINGS
public static final int GAME_UPDATE_GAME_SETTINGS
- See Also:
- Constant Field Values
CON_ADD_PLAYER
public static final int CON_ADD_PLAYER
- See Also:
- Constant Field Values
GAME_CHANGE_PLAYER_SETTINGS
public static final int GAME_CHANGE_PLAYER_SETTINGS
- See Also:
- Constant Field Values
E_GAME_CHANGE_PLAYER_SETTINGS_GAME_IN_PROGRESS
public static final int E_GAME_CHANGE_PLAYER_SETTINGS_GAME_IN_PROGRESS
- See Also:
- Constant Field Values
E_GAME_CHANGE_PLAYER_SETTINGS_NOT_ACCEPTED
public static final int E_GAME_CHANGE_PLAYER_SETTINGS_NOT_ACCEPTED
- See Also:
- Constant Field Values
GAME_UPDATE_PLAYER_SETTINGS
public static final int GAME_UPDATE_PLAYER_SETTINGS
- See Also:
- Constant Field Values
CON_CLIENT_CON_CLOSE
public static final int CON_CLIENT_CON_CLOSE
- See Also:
- Constant Field Values
CON_REMOVE_PLAYER_BY_LEFT
public static final int CON_REMOVE_PLAYER_BY_LEFT
- See Also:
- Constant Field Values
CON_KICK
public static final int CON_KICK
- See Also:
- Constant Field Values
CON_REMOVE_PLAYER_BY_KICK
public static final int CON_REMOVE_PLAYER_BY_KICK
- See Also:
- Constant Field Values
CON_BAN
public static final int CON_BAN
- See Also:
- Constant Field Values
CON_REMOVE_PLAYER_BY_BAN
public static final int CON_REMOVE_PLAYER_BY_BAN
- See Also:
- Constant Field Values
CON_REMOVE_PLAYER_BY_DISCONNECTION
public static final int CON_REMOVE_PLAYER_BY_DISCONNECTION
- See Also:
- Constant Field Values
E_CON_CLIENT_VIOLATION
public static final int E_CON_CLIENT_VIOLATION
- See Also:
- Constant Field Values
CON_REMOVE_PLAYER_BY_CLIENT_VIOLATION
public static final int CON_REMOVE_PLAYER_BY_CLIENT_VIOLATION
- See Also:
- Constant Field Values
E_CON_SERVER_VIOLATION
public static final int E_CON_SERVER_VIOLATION
- See Also:
- Constant Field Values
CON_REMOVE_PLAYER_BY_SERVER_VIOLATION
public static final int CON_REMOVE_PLAYER_BY_SERVER_VIOLATION
- See Also:
- Constant Field Values
CON_SERVER_CON_CLOSE
public static final int CON_SERVER_CON_CLOSE
- See Also:
- Constant Field Values
GAME_CLIENT_START_GAME
public static final int GAME_CLIENT_START_GAME
- See Also:
- Constant Field Values
E_GAME_CLIENT_START_GAME
public static final int E_GAME_CLIENT_START_GAME
- See Also:
- Constant Field Values
GAME_SERVER_GAME_STARTED
public static final int GAME_SERVER_GAME_STARTED
- See Also:
- Constant Field Values
GAME_CLIENT_SEND_DATA
public static final int GAME_CLIENT_SEND_DATA
- See Also:
- Constant Field Values
GAME_SERVER_SEND_DATA
public static final int GAME_SERVER_SEND_DATA
- See Also:
- Constant Field Values
GAME_CLIENT_ABORT_GAME
public static final int GAME_CLIENT_ABORT_GAME
- See Also:
- Constant Field Values
E_GAME_CLIENT_ABORT_GAME
public static final int E_GAME_CLIENT_ABORT_GAME
- See Also:
- Constant Field Values
GAME_SERVER_GAME_STOPPING
public static final int GAME_SERVER_GAME_STOPPING
- See Also:
- Constant Field Values
GAME_SERVER_GAME_ABORTING
public static final int GAME_SERVER_GAME_ABORTING
- See Also:
- Constant Field Values
GAME_CLIENT_CONFIRM_GAME_STOPPING
public static final int GAME_CLIENT_CONFIRM_GAME_STOPPING
- See Also:
- Constant Field Values
GAME_CLIENT_CONFIRM_GAME_ABORTING
public static final int GAME_CLIENT_CONFIRM_GAME_ABORTING
- See Also:
- Constant Field Values
GAME_SERVER_GAME_ENDED
public static final int GAME_SERVER_GAME_ENDED
- See Also:
- Constant Field Values
Modem
protected Modem()
Copyright © 2003-2004 The 3 Belgians. All Rights Reserved.