public final class Messages
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static MessageBuilder |
BUILDER
The message builder.
|
static java.lang.String |
CATEGORY_HOKA
Hoka category message.
|
static int |
CONNECTION_CLOSED
The connection is closed.
|
static int |
CONNECTION_LOST
The connection is lost.
|
static int |
DIRECTORY_TRAVERSAL_URI
Requested URI contains "..".
|
static int |
EMPTY_URI
URI is empty.
|
static int |
ERROR_UNKNOWN
Unknown error.
|
static int |
HTTP_RESPONSE
A response has been sent.
|
static 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 EMPTY_URI
public static final int DIRECTORY_TRAVERSAL_URI
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_RESPONSE
public static final int CONNECTION_LOST
public static final int CONNECTION_CLOSED
public static final java.lang.String CATEGORY_HOKA
public static final MessageBuilder BUILDER
public static final MessageLogger LOGGER