Package net.sf.colossus.webserver
Class WebServerConstants
java.lang.Object
net.sf.colossus.webserver.WebServerConstants
Class WebServerConstants holds constants related to
the Web server, so far only for the config file.
- Author:
- Clemens Katzer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Charset
static final String
static final String
static final int
How many messages does chat server cache, for redisplay to those who just log instatic final String
static final String
static final String
for now, only used for chat messages storage file(s)static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
defaultOptionsFilename
- See Also:
-
optDataDirectory
for now, only used for chat messages storage file(s)- See Also:
-
optServerPort
- See Also:
-
optSocketQueueLen
- See Also:
-
optMaxUsers
- See Also:
-
optMaxClients
- See Also:
-
optPortRangeFrom
- See Also:
-
optAvailablePorts
- See Also:
-
optLoginMessageFile
- See Also:
-
optUsersFile
- See Also:
-
optGamesFile
- See Also:
-
DEFAULT_GAMES_FILE
- See Also:
-
optJavaCommand
- See Also:
-
optColossusJar
- See Also:
-
optLogPropTemplate
- See Also:
-
optWorkFilesBaseDir
- See Also:
-
optMailServer
- See Also:
-
optMailFromAddress
- See Also:
-
optMailFromName
- See Also:
-
optMailThisServer
- See Also:
-
optMailContactEmail
- See Also:
-
optMailContactWWW
- See Also:
-
optMailReallyMail
- See Also:
-
optMailToFile
- See Also:
-
keepLastNMessages
public static final int keepLastNMessagesHow many messages does chat server cache, for redisplay to those who just log in- See Also:
-
charset
-
-
Constructor Details
-
WebServerConstants
public WebServerConstants()
-