#include <OnixS/CME/ConflatedTCP/SessionListener.h>
|
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.
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.
Called when the application-level message is sent to the counterparty.
Definition at line 146 of file SessionListener.h.
Called when the session-level message is sent to the counterparty.
Definition at line 149 of file SessionListener.h.
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.
The documentation for this class was generated from the following file: