MeVisLab Toolbox Reference
|
A TCP acceptor session continuously waiting for incoming connections. More...
#include <TcpAcceptorSession.h>
Public Member Functions | |
unsigned short | port () const |
void | start () |
void | stop () |
Public Member Functions inherited from asio::SocketCreationSession< TcpAcceptorSession > | |
SignalConnection | observeConnectionEstablished (Slot &&slot) |
SignalConnection | observeErrorOccured (Slot &&slot) |
SignalConnection | observeAboutToBeDestroyed (Slot &&slot) |
~SocketCreationSession () | |
Friends | |
class | SocketCreationSession< TcpAcceptorSession > |
Additional Inherited Members | |
Static Public Member Functions inherited from asio::SocketCreationSession< TcpAcceptorSession > | |
static std::shared_ptr< TcpAcceptorSession > | create (Arguments &&... arguments) |
Protected Member Functions inherited from asio::SocketCreationSession< TcpAcceptorSession > | |
void | emitConnectionEstablished (std::unique_ptr< Socket > socket) |
void | emitErrorOccured (const ErrorCode &ec) |
A TCP acceptor session continuously waiting for incoming connections.
The session implements the asio::SocketCreationSession class template and signals asio::Socket interfaces for incoming connections. Synopsis:
Definition at line 33 of file TcpAcceptorSession.h.
void asio::TcpAcceptorSession::start | ( | ) |
void asio::TcpAcceptorSession::stop | ( | ) |
|
friend |
Definition at line 33 of file TcpAcceptorSession.h.