#include </work/src/HandlerImpl.h>
Public Types | |
typedef Implementation::HandlerImpl | base |
Public Member Functions | |
Impl (const HandlerSettings &settings) | |
Public Member Functions inherited from HandlerImpl | |
HandlerImpl (const HandlerSettings &settings) | |
virtual | ~HandlerImpl () |
HandlerState::Enum | getState () |
template<typename TMsg > | |
void | log (const TMsg &msg) |
template<typename TMsg > | |
void | forceLog (const TMsg &msg) |
void | commonLog (int logLevel, const char *msg, size_t length) |
ListenerHolder * | listenerHolder () |
void | connect (const LogonSettings &logonSettings, const std::string &hostName, UInt16 port, const std::string &localNetworkInterface) |
void | disconnect () |
void | disconnectAsync () |
void | send (const OutgoingMessage &message, bool warmupMode=false) |
UInt64 | nextExpectedSequenceNumber () const |
std::string | sessionId () const |
Definition at line 124 of file HandlerImpl.h.
typedef Implementation::HandlerImpl base |
Definition at line 126 of file HandlerImpl.h.
|
inlineexplicit |
Definition at line 129 of file HandlerImpl.h.