Package eneter.messaging.messagingsystems.connectionprotocols

Encoding/decoding the communication between output and input channels.

See:
          Description

Interface Summary
IProtocolFormatter Declares functionality to encode/decode messages used for the communication between channels.
 

Class Summary
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 Summary
EProtocolMessageType Type of the message sent between channels.
 

Package eneter.messaging.messagingsystems.connectionprotocols Description

Encoding/decoding the communication between output and input channels. The protocol formatter encodes low-level messages sent between output and input channels. The output channel can send following messages to the input channel:

The input channel can send following messages to the input channel: