Class Settings
java.lang.Object
edu.uky.cs.nil.tt.Settings
Constants and other project-wide settings.
- Author:
- Stephen G. Ware
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longThe amount of time in milliseconds an agent has to send an expected message before they will be disconnected for inactivitystatic final StringThe people who contributed significantly to this projectstatic final intThe default port the server will listen on, if one is not specifiedstatic final StringThe name of this projectThe characters that can be legally used in anamestatic final intThe maximum number of characters allowed in anamestatic final intThe number of passed turn in a row which causes a session to be automatically stoppedstatic final longThe amount of time in milliseconds betweenclock threadticksstatic final StringA full title, including name, version number, and authorsstatic final StringThe current version of this project -
Method Summary
-
Field Details
-
NAME
-
VERSION
-
AUTHORS
The people who contributed significantly to this project- See Also:
-
TITLE
A full title, including name, version number, and authors- See Also:
-
NAME_MAX_LENGTH
public static final int NAME_MAX_LENGTHThe maximum number of characters allowed in aname- See Also:
-
NAME_ALLOWED_CHARACTERS
-
TICK_SPEED
public static final long TICK_SPEEDThe amount of time in milliseconds betweenclock threadticks- See Also:
-
AGENT_TIMEOUT
public static final long AGENT_TIMEOUTThe amount of time in milliseconds an agent has to send an expected message before they will be disconnected for inactivity- See Also:
-
PASS_LIMIT
public static final int PASS_LIMITThe number of passed turn in a row which causes a session to be automatically stopped- See Also:
-
DEFAULT_PORT
public static final int DEFAULT_PORTThe default port the server will listen on, if one is not specified- See Also:
-