See: Description
| Interface | Description |
|---|---|
| AsyncNodeClient |
API of the Node associated to a client endpoint using an asynchronous
network protocol.
|
| AsyncNodeServer |
API of the Node associated to a server endpoint using an asynchronous
network protocol.
|
| SyncNodeClient |
API of the Node associated to a client endpoint using a synchronous network
protocol.
|
| SyncNodeServer |
API of the Node associated to a server endpoint using a synchronous network
protocol.
|
| Class | Description |
|---|---|
| MessageDto |
This POJO contains data exchanged between Local and Remote components.
|
| Enum | Description |
|---|---|
| MessageDto.Action |
Action enum (for internal use only).
|
| Exception | Description |
|---|---|
| NodeCommunicationException |
This exception is thrown when an error occurs during the communication between nodes.
|