Package cz.o2.proxima.direct.server
Class Constants
- java.lang.Object
-
- cz.o2.proxima.direct.server.Constants
-
public class Constants extends java.lang.Object
Various (mostly config related) constants.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CFG_IGNORE_ERRORS
static java.lang.String
CFG_NUM_THREADS
static java.lang.String
CFG_PORT
static int
CORES
static int
DEFAULT_NUM_THREADS
static int
DEFAULT_PORT
-
-
-
Field Detail
-
CORES
public static final int CORES
-
CFG_IGNORE_ERRORS
public static final java.lang.String CFG_IGNORE_ERRORS
- See Also:
- Constant Field Values
-
CFG_PORT
public static final java.lang.String CFG_PORT
- See Also:
- Constant Field Values
-
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
-
CFG_NUM_THREADS
public static final java.lang.String CFG_NUM_THREADS
- See Also:
- Constant Field Values
-
DEFAULT_NUM_THREADS
public static final int DEFAULT_NUM_THREADS
-
-