vooga.network
Class NetworkConstants
java.lang.Object
vooga.network.NetworkConstants
public class NetworkConstants
- extends java.lang.Object
NetworkConstants stores the port numbers over which the 4 client/server
connections are made.
- Author:
- tgr3, tws10, sam1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHAT_PORT
public static final int CHAT_PORT
- See Also:
- Constant Field Values
UTILS_PORT
public static final int UTILS_PORT
- See Also:
- Constant Field Values
GAME_PORT
public static final int GAME_PORT
- See Also:
- Constant Field Values
LOBBY_PORT
public static final int LOBBY_PORT
- See Also:
- Constant Field Values
ACKNOWLEDGE_SUCCESS
public static final int ACKNOWLEDGE_SUCCESS
- See Also:
- Constant Field Values
FILE_EXTENSION
public static final java.lang.String FILE_EXTENSION
- See Also:
- Constant Field Values
NetworkConstants
public NetworkConstants()