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

Variable Index

 o DEBUG
The debug flag.
 o MAX_HANDLER_NUM
The maximum handler number.
 o MAX_PORT
The maximum port number.
 o MAX_TIMEOUT
The maximum timeout value.
 o MILLIS_IN_SECOND
Amount of milliseconds in a second.
 o MIN_PORT
The minimum port number.
 o MIN_TIMEOUT
The minimum timeout value.
 o PROPERTIES_FILE
Server properties file.
 o SERVER_NAME
The name of the HTTP server.

Variables

 o DEBUG
 public static final boolean DEBUG
The debug flag.

 o MIN_PORT
 public static final int MIN_PORT
The minimum port number.

 o MAX_PORT
 public static final int MAX_PORT
The maximum port number.

 o MILLIS_IN_SECOND
 public static final int MILLIS_IN_SECOND
Amount of milliseconds in a second.

 o MIN_TIMEOUT
 public static final int MIN_TIMEOUT
The minimum timeout value.

 o MAX_TIMEOUT
 public static final int MAX_TIMEOUT
The maximum timeout value.

 o MAX_HANDLER_NUM
 public static final int MAX_HANDLER_NUM
The maximum handler number.

 o PROPERTIES_FILE
 public static final String PROPERTIES_FILE
Server properties file.

 o SERVER_NAME
 public static final String SERVER_NAME
The name of the HTTP server.


All Packages  Class Hierarchy  This Package  Previous  Next  Index