#include <OnixS/FIXEngine/FIX/TcpStandardStack.h>
Public Member Functions | |
Stack () | |
~Stack () | |
void | dispatchEvents () ONIXS_FIXENGINE_OVERRIDE |
bool | isQuiescent () const ONIXS_FIXENGINE_OVERRIDE |
Threading::ThreadId | threadId () const ONIXS_FIXENGINE_OVERRIDE |
ReactorType::Enum | type () const ONIXS_FIXENGINE_OVERRIDE |
![]() | |
virtual | ~ISessionReactor () ONIXS_FIXENGINE_DEFAULT |
Friends | |
class | FIX::ReactorOperator |
Definition at line 32 of file TcpStandardStack.h.
Stack | ( | ) |
Allocates a TCP stack.
~Stack | ( | ) |
|
inlinevirtual |
Processes events on a stack and performs the necessary handling.
These events include transmit and receive events raised by the hardware, and also software events such as TCP and FIX protocol timers.
Implements ISessionReactor.
Definition at line 57 of file TcpStandardStack.h.
|
inlinevirtual |
This can be used to ensure that all connections have been closed gracefully before destroying a stack (or exiting the application). Destroying a stack while it is not quiescent is permitted by the API, but when doing so there is no guarantee that sent data has been acknowledged by the peer or even transmitted, and there is the possibility that peers' connections will be reset.
Implements ISessionReactor.
Definition at line 69 of file TcpStandardStack.h.
|
inlinevirtual |
Implements ISessionReactor.
Definition at line 76 of file TcpStandardStack.h.
|
inlinevirtual |
Implements ISessionReactor.
Definition at line 80 of file TcpStandardStack.h.
|
friend |
Definition at line 99 of file TcpStandardStack.h.