Class 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 Detail

      • 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