Public Member Functions | |
virtual | ~SessionReactor ()=default |
virtual void | dispatchEvents ()=0 |
virtual bool | isQuiescent () const =0 |
virtual Threading::ThreadId | workingThreadId () const noexcept=0 |
virtual ReactorType::Enum | type () const noexcept=0 |
Definition at line 43 of file SessionReactor.h.
|
virtualdefault |
Destructor.
|
pure virtual |
Processes events on a stack and performs the necessary handling.
These events, including transmit and receive events raised by the hardware, and also software events such as TCP and FIXP protocol timers.
Implemented in TcpDirectStack, and TcpStandardStack.
|
pure virtual |
Implemented in TcpDirectStack, and TcpStandardStack.
|
pure virtualnoexcept |
Implemented in TcpDirectStack, and TcpStandardStack.
|
pure virtualnoexcept |
Implemented in TcpDirectStack, and TcpStandardStack.