MeVisLab Toolbox Reference
|
A TCP connector session asynchronously connecting to a TCP server. More...
#include <TcpConnectorSession.h>
Public Member Functions | |
void | start () |
void | stop () |
Public Member Functions inherited from asio::SocketCreationSession< TcpConnectorSession > | |
SignalConnection | observeConnectionEstablished (Slot &&slot) |
SignalConnection | observeErrorOccured (Slot &&slot) |
SignalConnection | observeAboutToBeDestroyed (Slot &&slot) |
~SocketCreationSession () | |
Friends | |
class | SocketCreationSession< TcpConnectorSession > |
Additional Inherited Members | |
Static Public Member Functions inherited from asio::SocketCreationSession< TcpConnectorSession > | |
static std::shared_ptr< TcpConnectorSession > | create (Arguments &&... arguments) |
Protected Member Functions inherited from asio::SocketCreationSession< TcpConnectorSession > | |
void | emitConnectionEstablished (std::unique_ptr< Socket > socket) |
void | emitErrorOccured (const ErrorCode &ec) |
A TCP connector session asynchronously connecting to a TCP server.
The session implements the asio::SocketCreationSession class template and signals asio::Socket interfaces for connected sockets. Synopsis:
Definition at line 32 of file TcpConnectorSession.h.
void asio::TcpConnectorSession::start | ( | ) |
void asio::TcpConnectorSession::stop | ( | ) |
|
friend |
Definition at line 32 of file TcpConnectorSession.h.