Package com.coswald.jtalker.net
Class ServerClientConstants
- java.lang.Object
-
- com.coswald.jtalker.net.ServerClientConstants
-
public final class ServerClientConstants extends Object
A set of descriptions for specific constants within a JTalker application. The list of constants are continually growing, so instead of listing them all out here in the class description, know that this class is a utility class and cannot be extended. If you wish to add more constants, create another utility class for your expanded JTalker application.
- Since:
- JTalker 0.0.1
- Version:
- 0.0.1
- Author:
- C. William Oswald
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXIT_MESSAGE
static int
MAX_CLIENTS
Determines the maximum amount of clients a server can have.static int
MAX_PORT_NUMBER
Shows the maximum port number for a JTalker application.static int
MIN_PORT_NUMBER
Shows the minimum port number for a JTalker application.static int
TCP_PORT
The port to listen on and talk on via TCP.
-
-
-
Field Detail
-
EXIT_MESSAGE
public static final String EXIT_MESSAGE
- See Also:
- Constant Field Values
-
MAX_CLIENTS
public static final int MAX_CLIENTS
Determines the maximum amount of clients a server can have.- See Also:
- Constant Field Values
-
MAX_PORT_NUMBER
public static final int MAX_PORT_NUMBER
Shows the maximum port number for a JTalker application.- See Also:
- Constant Field Values
-
MIN_PORT_NUMBER
public static final int MIN_PORT_NUMBER
Shows the minimum port number for a JTalker application.- See Also:
- Constant Field Values
-
TCP_PORT
public static final int TCP_PORT
The port to listen on and talk on via TCP.- See Also:
- Constant Field Values
-
-