public interface NTMessageType
| Modifier and Type | Field and Description |
|---|---|
static int |
CLIENT_HELLO
a client hello message that a client sends
|
static int |
ENTRY_ASSIGNMENT
an entry assignment message
|
static int |
FIELD_UPDATE
a field update message
|
static int |
KEEP_ALIVE
A keep alive message that the client sends
|
static int |
PROTOCOL_VERSION_UNSUPPORTED
a protocol version unsupported message that the server sends to a client
|
static int |
SERVER_HELLO_COMPLETE |
static final int KEEP_ALIVE
static final int CLIENT_HELLO
static final int PROTOCOL_VERSION_UNSUPPORTED
static final int SERVER_HELLO_COMPLETE
static final int ENTRY_ASSIGNMENT
static final int FIELD_UPDATE