Class WebServerConstants


  • public final class WebServerConstants
    extends java.lang.Object
    Class WebServerConstants holds constants related to the Web server, so far only for the config file.
    Author:
    Clemens Katzer
    • Field Detail

      • defaultOptionsFilename

        public static final java.lang.String defaultOptionsFilename
        See Also:
        Constant Field Values
      • optDataDirectory

        public static final java.lang.String optDataDirectory
        for now, only used for chat messages storage file(s)
        See Also:
        Constant Field Values
      • optSocketQueueLen

        public static final java.lang.String optSocketQueueLen
        See Also:
        Constant Field Values
      • optPortRangeFrom

        public static final java.lang.String optPortRangeFrom
        See Also:
        Constant Field Values
      • optAvailablePorts

        public static final java.lang.String optAvailablePorts
        See Also:
        Constant Field Values
      • optLoginMessageFile

        public static final java.lang.String optLoginMessageFile
        See Also:
        Constant Field Values
      • DEFAULT_GAMES_FILE

        public static final java.lang.String DEFAULT_GAMES_FILE
        See Also:
        Constant Field Values
      • optLogPropTemplate

        public static final java.lang.String optLogPropTemplate
        See Also:
        Constant Field Values
      • optWorkFilesBaseDir

        public static final java.lang.String optWorkFilesBaseDir
        See Also:
        Constant Field Values
      • optMailFromAddress

        public static final java.lang.String optMailFromAddress
        See Also:
        Constant Field Values
      • optMailThisServer

        public static final java.lang.String optMailThisServer
        See Also:
        Constant Field Values
      • optMailContactEmail

        public static final java.lang.String optMailContactEmail
        See Also:
        Constant Field Values
      • optMailContactWWW

        public static final java.lang.String optMailContactWWW
        See Also:
        Constant Field Values
      • optMailReallyMail

        public static final java.lang.String optMailReallyMail
        See Also:
        Constant Field Values
      • keepLastNMessages

        public static final int keepLastNMessages
        How many messages does chat server cache, for redisplay to those who just log in
        See Also:
        Constant Field Values
      • charset

        public static final java.nio.charset.Charset charset
    • Constructor Detail

      • WebServerConstants

        public WebServerConstants()