Package eneter.messaging.messagingsystems.connectionprotocols

Functionality for encoding/decoding the low-level communication between communicating channels.

See:
          Description

Interface Summary
IProtocolFormatter<T> Declares functionality to encode and decode messages used for the communication between channels.
 

Class Summary
EneterProtocolFormatter Implements encoding/decoding of low-level messages into eneter format.
ProtocolMessage Represents decoded low-level protocol message.
 

Enum Summary
EProtocolMessageType Indicates the type of the low-level protocol message.
 

Package eneter.messaging.messagingsystems.connectionprotocols Description

Functionality for encoding/decoding the low-level communication between communicating channels.