LectureGame.Test.network_stresstest
Class Constants
java.lang.Object
LectureGame.Test.network_stresstest.Constants
final class Constants
- extends java.lang.Object
Constants for use in the parser methods in the playeAgent class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVER_ADDRESS
static final java.lang.String SERVER_ADDRESS
- See Also:
- Constant Field Values
SERVER_PORTNUMBER
static final int SERVER_PORTNUMBER
- See Also:
- Constant Field Values
LOGGED_IN
static final int LOGGED_IN
- See Also:
- Constant Field Values
PROT_STARTED_STEP1
static final int PROT_STARTED_STEP1
- See Also:
- Constant Field Values
PROT_STARTED_STEP2
static final int PROT_STARTED_STEP2
- See Also:
- Constant Field Values
PROT_ENDED_STEP1
static final int PROT_ENDED_STEP1
- See Also:
- Constant Field Values
PROT_ENDED_STEP2
static final int PROT_ENDED_STEP2
- See Also:
- Constant Field Values
MAX_NUMBER_OF_FIELDS_IN_MSG
static final int MAX_NUMBER_OF_FIELDS_IN_MSG
- See Also:
- Constant Field Values
Constants
Constants()