-
Interface Summary
Interface |
Description |
IProtocolFormatter |
Declares functionality to encode/decode messages used for the communication 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:
- Open Connection - Output channel sends this message to the input channel when it opens the connection.
- Close Connection - Output channel sends this message to the input channel when it closes the connection.
- Message - output channel uses this message when it sends a data message to the input channel.
The input channel can send following messages to the input channel:
- Close Connection - The input channel sends this message to the output channel when it disconnects the output channel.
- Message - The input channel sends this message when it sends a data message to the output channel.