Package | Description |
---|---|
org.km3net.clbv2.remote.msg |
Provides low-level messaging facilities.
|
Modifier and Type | Method and Description |
---|---|
<T> Response<T> |
MessageProcessor.postCommand(int type,
MessageWriter mw,
MessageDecoder<T> decoder,
java.lang.Object user)
Posts a command to a node.
|
void |
MessageProcessor.postEvent(int type,
MessageWriter mw)
Posts an event to a node or a broadcast group.
|