public final class Messages
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ej.util.message.MessageBuilder |
BUILDER
The message builder.
|
static java.lang.String |
CATEGORY
Category message.
|
static int |
CONNECTION_CLOSED
The connection is closed.
|
static int |
CONNECTION_LOST
The connection is lost.
|
static int |
ERROR_UNKNOWN
Unknown error.
|
static int |
HTTP_ERROR
An HTTP error occured.
|
static ej.util.message.MessageLogger |
LOGGER
The message logger.
|
static int |
MULTIPLE_START_FORBIDDEN
Multiple start is forbidden.
|
static int |
NEW_CONNECTION
A new connection arrived.
|
static int |
PROCESS_CONNECTION
A connection is being processed.
|
static int |
SERVER_STARTED
The server is started.
|
static int |
SERVER_STOPPED
The server is stopped.
|
static int |
TOO_MANY_CONNECTION
Too many connections.
|
public static final int TOO_MANY_CONNECTION
public static final int MULTIPLE_START_FORBIDDEN
public static final int ERROR_UNKNOWN
public static final int NEW_CONNECTION
public static final int SERVER_STARTED
public static final int SERVER_STOPPED
public static final int PROCESS_CONNECTION
public static final int HTTP_ERROR
public static final int CONNECTION_LOST
public static final int CONNECTION_CLOSED
public static final java.lang.String CATEGORY
public static final ej.util.message.MessageBuilder BUILDER
public static final ej.util.message.MessageLogger LOGGER