net.sf.colossus.webserver
Class WebServerConstants

java.lang.Object
  extended by 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

Field Summary
static java.lang.String DEFAULT_GAMES_FILE
           
static java.lang.String defaultOptionsFilename
           
static int keepLastNMessages
          How many messages does chat server cache, for redisplay to those who just log in
static java.lang.String optAvailablePorts
           
static java.lang.String optColossusJar
           
static java.lang.String optGamesFile
           
static java.lang.String optJavaCommand
           
static java.lang.String optLogPropTemplate
           
static java.lang.String optMailContactEmail
           
static java.lang.String optMailContactWWW
           
static java.lang.String optMailFromAddress
           
static java.lang.String optMailFromName
           
static java.lang.String optMailReallyMail
           
static java.lang.String optMailServer
           
static java.lang.String optMailThisServer
           
static java.lang.String optMailToFile
           
static java.lang.String optMaxClients
           
static java.lang.String optMaxUsers
           
static java.lang.String optPortRangeFrom
           
static java.lang.String optServerPort
           
static java.lang.String optSocketQueueLen
           
static java.lang.String optUsersFile
           
static java.lang.String optWorkFilesBaseDir
           
 
Constructor Summary
WebServerConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultOptionsFilename

public static final java.lang.String defaultOptionsFilename
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

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

WebServerConstants

public WebServerConstants()