|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfulmine.distribution.connection.tcp.ProtocolMessageConstants
public abstract class ProtocolMessageConstants
Holds constants for the discovery and connection protocol messages.
| Field Summary | |
|---|---|
static String |
CONN_ACK_MSG_TYPE
Header of the connection acknowledge message that is sent when acknowledging a connecting remote IConnectionBroker. |
static String |
CONNECTION_MSG_TYPE
Header of the connection message that is sent when connecting to a remote IConnectionBroker. |
static String |
DELIMITER
The delimiter for the standard responses. |
static String |
PULSE_MSG
The header for the heartbeat pulse message to send when discovering other IConnectionBroker connections. |
| Constructor Summary | |
|---|---|
ProtocolMessageConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PULSE_MSG
IConnectionBroker connections. The pulse message is
pulse_<identity>_<host>_<port>
public static final String DELIMITER
public static final String CONNECTION_MSG_TYPE
IConnectionBroker. The message serves to provide the identity and
connection hashcode of the connecting remote context. The entire
connection message is
con_<identity>_<hashcode>
public static final String CONN_ACK_MSG_TYPE
IConnectionBroker. The entire
connection message is
ack_<identity>_<hashcode>
| Constructor Detail |
|---|
public ProtocolMessageConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||