See: Description
Interface | Description |
---|---|
IProtocolFormatter |
Declares functionality to encode/decode messages used for the communication between channels.
|
Class | Description |
---|---|
EasyProtocolFormatter |
Simple and very fast encoding/decoding for TCP, WebSocket and multicast/broadcast UDP.
|
EneterProtocolFormatter |
Default Eneter encoding/decoding.
|
ProtocolMessage |
Message decoded by the protocol formatter.
|
Enum | Description |
---|---|
EProtocolMessageType |
Type of the message sent between channels.
|