4 #include "network_condition_variable.h"
41 std::shared_ptr<TCPSocket> impl;
SocketHandle * get_socket_handle() override
Socket name; container class for an IP address and port.
Definition: socket_name.h:44
TCP/IP socket connection.
Definition: tcp_connection.h:17
Listens for incoming TCP/IP socket connections.
Definition: tcp_listen.h:15
void close()
Stops listening for incoming messages and closes the socket.
TCPListen()
Create null object.
bool is_null() const
Returns true if it is a null object.
Definition: tcp_listen.h:27
Base class for all classes that generate network events.
Definition: network_condition_variable.h:14
TCPConnection accept(SocketName &end_point)
Accept an incoming connection.