public class Main
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Cache |
cache |
static java.lang.String[] |
CHANNELS |
private static boolean |
DEBUG |
static int |
failures |
static int |
PORT |
static java.lang.String |
SERVER |
static long |
TIMEOUT_BEFORE_RECONNECTING |
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isDebug() |
static void |
main(java.lang.String[] args) |
private static void |
setDebug(boolean b) |
public static final java.lang.String SERVER
public static final int PORT
public static final java.lang.String[] CHANNELS
public static final long TIMEOUT_BEFORE_RECONNECTING
public static final Cache cache
public static int failures
private static boolean DEBUG