Interface | Description |
---|---|
Receiver |
Receiver allows to accept messages received by the
MessageDispatcher . |
Class | Description |
---|---|
InvokingReceiver |
Receiver that allows to execute a method for received message.
|
Message |
The ancestor of all messages sent using a
MessageDispatcher for communication with other network nodes. |
MessageDispatcher |
The component responsible for sending and receiving messages.
|
NavigationElement |
Represents a message hop from one network node to another one.
|
NetworkNode |
Identification of a network node, that is able to communicate over network.
|
QueueInvokingReceiver |
Receiver that allows to execute a method for received message without blocking the dispather.
|
ReplyMessage |
The ancestor of all reply messages that are returned back during communication with other network nodes.
|
ReplyReceiver<TReplyMessage extends ReplyMessage> |
A
Receiver for receiving reply messages. |
SocketThreadTCP | |
SocketThreadUDP | |
ThreadInvokingReceiver |
Receiver that allows to execute a method for received message without blocking the dispather.
|
MessageDispatcher