#include <OnixS/CME/iLink3/TcpStandardStack.h>
Public Member Functions | |
| TcpStandardStack () | |
| TcpStandardStack (const TcpStandardStack &)=delete | |
| TcpStandardStack (TcpStandardStack &&)=delete | |
| TcpStandardStack & | operator= (const TcpStandardStack &)=delete |
| TcpStandardStack & | operator= (TcpStandardStack &&)=delete |
| ~TcpStandardStack () override | |
| void | dispatchEvents () override |
| bool | isQuiescent () const override |
| Threading::ThreadId | workingThreadId () const noexcept override |
| ReactorType::Enum | type () const noexcept override |
| Public Member Functions inherited from SessionReactor | |
| virtual | ~SessionReactor ()=default |
Friends | |
| class | SessionImpl |
A high-level wrapper over the TCP standard stack.
Definition at line 31 of file TcpStandardStack.h.
| TcpStandardStack | ( | ) |
Allocates a TCP stack.
|
delete |
|
delete |
|
override |
|
inlineoverridevirtual |
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.
Implements SessionReactor.
Definition at line 56 of file TcpStandardStack.h.
|
inlineoverridevirtual |
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 SessionReactor.
Definition at line 68 of file TcpStandardStack.h.
|
delete |
|
delete |
|
inlineoverridevirtualnoexcept |
Implements SessionReactor.
Definition at line 79 of file TcpStandardStack.h.
|
inlineoverridevirtualnoexcept |
Implements SessionReactor.
Definition at line 75 of file TcpStandardStack.h.
|
friend |
Definition at line 98 of file TcpStandardStack.h.