All Packages Class Hierarchy This Package Previous Next Index
Interface calypso.core.httpserver.HttpServerConstants
- public interface HttpServerConstants
HttpServerConstants interface.
The common default values and other constants needed in http server.
- Author:
- Olli-Pekka Auvinen / TCM laboratory / HUT
-
DEBUG
- The debug flag.
-
MAX_HANDLER_NUM
- The maximum handler number.
-
MAX_PORT
- The maximum port number.
-
MAX_TIMEOUT
- The maximum timeout value.
-
MILLIS_IN_SECOND
- Amount of milliseconds in a second.
-
MIN_PORT
- The minimum port number.
-
MIN_TIMEOUT
- The minimum timeout value.
-
PROPERTIES_FILE
- Server properties file.
-
SERVER_NAME
- The name of the HTTP server.
DEBUG
public static final boolean DEBUG
- The debug flag.
MIN_PORT
public static final int MIN_PORT
- The minimum port number.
MAX_PORT
public static final int MAX_PORT
- The maximum port number.
MILLIS_IN_SECOND
public static final int MILLIS_IN_SECOND
- Amount of milliseconds in a second.
MIN_TIMEOUT
public static final int MIN_TIMEOUT
- The minimum timeout value.
MAX_TIMEOUT
public static final int MAX_TIMEOUT
- The maximum timeout value.
MAX_HANDLER_NUM
public static final int MAX_HANDLER_NUM
- The maximum handler number.
PROPERTIES_FILE
public static final String PROPERTIES_FILE
- Server properties file.
SERVER_NAME
public static final String SERVER_NAME
- The name of the HTTP server.
All Packages Class Hierarchy This Package Previous Next Index