See: Description
| Interface | Description |
|---|---|
| DecoderProvider | |
| EncoderProvider | |
| MessageHandler |
Callback handler for every MF API Message Decoder.
|
| Class | Description |
|---|---|
| SbeDecoderProvider |
After reading bytes from the socket to the receiveByteBuffer ByteBuffer, this class will
in order,
- determines if are enough bytes for the next message header
- from the message header determines if there are enough bytes available for the whole messages
- from the message header determines which decoder to use and wraps the bytes
- dispatch the header and message to the MessageHandler.
|
| SbeEncoderProvider |
Wraps the bytes (using the sendByteBuffer) with the requested
MessageEncoderFlyweight subclass. |
| SbeUtils |
Useful utilities for dealing with SBE messages.
|