|
virtual void | onNegotiationReject (const Messaging::NegotiationReject201 &, Session *) |
virtual void | onNegotiationResponse (const Messaging::NegotiationResponse202 &, Session *) |
virtual void | onTerminate (const Messaging::Terminate203 &, Session *) |
virtual void | onRequestAck (const Messaging::RequestAck206 &, Session *) |
virtual void | onRequestReject (const Messaging::RequestReject207 &, Session *) |
virtual void | onOutboundApplicationMsg (const Messaging::SbeMessage &, Session *) |
virtual void | onOutboundSessionMsg (const Messaging::SbeMessage &, Session *) |
virtual void | onReceivedBytes (const char *, size_t, Session *) |
virtual void | onMessageSending (char *, size_t, Session *) |
virtual void | onStateChange (SessionStateId::Enum, SessionStateId::Enum, Session *) |
virtual void | onError (SessionErrorReason::Enum, const std::string &, Session *) |
virtual void | onWarning (SessionWarningReason::Enum, const std::string &, Session *) |
Definition at line 136 of file SessionListener.h.
◆ ~SessionListener()
◆ onError()
◆ onMessageSending()
virtual void onMessageSending |
( |
char * | , |
|
|
size_t | , |
|
|
Session * | ) |
|
inlinevirtual |
Called when the SBE message is about to be sent to the wire.
Definition at line 155 of file SessionListener.h.
◆ onNegotiationReject()
◆ onNegotiationResponse()
◆ onOutboundApplicationMsg()
Called when the application-level message is sent to the counterparty.
Definition at line 146 of file SessionListener.h.
◆ onOutboundSessionMsg()
Called when the session-level message is sent to the counterparty.
Definition at line 149 of file SessionListener.h.
◆ onReceivedBytes()
virtual void onReceivedBytes |
( |
const char * | , |
|
|
size_t | , |
|
|
Session * | ) |
|
inlinevirtual |
Called as soon as bytes are received from the wire.
Definition at line 152 of file SessionListener.h.
◆ onRequestAck()
◆ onRequestReject()
◆ onStateChange()
◆ onTerminate()
◆ onWarning()