Package | Description |
---|---|
org.km3net.clbv2.remote.msg |
Provides low-level messaging facilities.
|
Modifier and Type | Method and Description |
---|---|
MessageContext |
Response.context()
Returns the message context of the response.
|
MessageContext |
ResponseException.getContext() |
Modifier and Type | Method and Description |
---|---|
protected ResponseException |
Response.decodeError(MessageContext ctx,
MessageReader mr)
Decodes an error into an exception
|
void |
MessageEventHandler.handleEvent(MessageContext context,
T value)
Invoked when such an event arrives.
|
void |
EventDispenser.handleEvent(MessageContext context,
T value) |
Constructor and Description |
---|
ResponseException(int code,
java.lang.String message,
MessageContext ctx) |