net.sf.colossus.webserver
Class WebServerConstants
java.lang.Object
net.sf.colossus.webserver.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
optServerPort
public static final java.lang.String optServerPort
- See Also:
- Constant Field Values
optSocketQueueLen
public static final java.lang.String optSocketQueueLen
- See Also:
- Constant Field Values
optMaxUsers
public static final java.lang.String optMaxUsers
- See Also:
- Constant Field Values
optMaxClients
public static final java.lang.String optMaxClients
- 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
optUsersFile
public static final java.lang.String optUsersFile
- See Also:
- Constant Field Values
optGamesFile
public static final java.lang.String optGamesFile
- See Also:
- Constant Field Values
DEFAULT_GAMES_FILE
public static final java.lang.String DEFAULT_GAMES_FILE
- See Also:
- Constant Field Values
optJavaCommand
public static final java.lang.String optJavaCommand
- See Also:
- Constant Field Values
optColossusJar
public static final java.lang.String optColossusJar
- 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
optMailServer
public static final java.lang.String optMailServer
- See Also:
- Constant Field Values
optMailFromAddress
public static final java.lang.String optMailFromAddress
- See Also:
- Constant Field Values
optMailFromName
public static final java.lang.String optMailFromName
- 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
optMailToFile
public static final java.lang.String optMailToFile
- 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
WebServerConstants
public WebServerConstants()