| Interface | Description |
|---|---|
| NetworkReceiver |
Interface for TCP receiver components
|
| Class | Description |
|---|---|
| TCPClient |
Implements an NIO TCP server
This server supports both blocking and non-blocking operation.
|
| TCPCommunicator |
Base class for NIO based TCP communication
Communication messages consist of a 32 Bit value that describes message length (bytes), followed by message length bytes
with payload.
|
| TCPServer |
Implements an NIO TCP server
This server supports both blocking and non-blocking operation.
|
Copyright © 2021. All rights reserved.