Package net.sf.colossus.webserver
Class WebServerConstants
- java.lang.Object
-
- net.sf.colossus.webserver.WebServerConstants
-
public final class WebServerConstants extends java.lang.ObjectClass WebServerConstants holds constants related to the Web server, so far only for the config file.- Author:
- Clemens Katzer
-
-
Field Summary
Fields Modifier and Type Field Description static java.nio.charset.Charsetcharsetstatic java.lang.StringDEFAULT_GAMES_FILEstatic java.lang.StringdefaultOptionsFilenamestatic intkeepLastNMessagesHow many messages does chat server cache, for redisplay to those who just log instatic java.lang.StringoptAvailablePortsstatic java.lang.StringoptColossusJarstatic java.lang.StringoptDataDirectoryfor now, only used for chat messages storage file(s)static java.lang.StringoptGamesFilestatic java.lang.StringoptJavaCommandstatic java.lang.StringoptLoginMessageFilestatic java.lang.StringoptLogPropTemplatestatic java.lang.StringoptMailContactEmailstatic java.lang.StringoptMailContactWWWstatic java.lang.StringoptMailFromAddressstatic java.lang.StringoptMailFromNamestatic java.lang.StringoptMailReallyMailstatic java.lang.StringoptMailServerstatic java.lang.StringoptMailThisServerstatic java.lang.StringoptMailToFilestatic java.lang.StringoptMaxClientsstatic java.lang.StringoptMaxUsersstatic java.lang.StringoptPortRangeFromstatic java.lang.StringoptServerPortstatic java.lang.StringoptSocketQueueLenstatic java.lang.StringoptUsersFilestatic java.lang.StringoptWorkFilesBaseDir
-
Constructor Summary
Constructors Constructor Description WebServerConstants()
-
-
-
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
-
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
-
charset
public static final java.nio.charset.Charset charset
-
-