4 #include "network_condition_variable.h" 44 int write(
const void *data,
int size);
48 int read(
void *data,
int size);
57 std::shared_ptr<TCPSocket> impl;
bool is_null() const
Returns true if it is a null object.
Definition: tcp_connection.h:31
void close()
Close connection.
int read(void *data, int size)
Read data from TCP socket.
Socket name; container class for an IP address and port.
Definition: socket_name.h:44
SocketHandle * get_socket_handle() override
TCP/IP socket connection.
Definition: tcp_connection.h:17
SocketName get_remote_name()
Returns the socket name of the peer end point.
int write(const void *data, int size)
Write data to TCP socket.
SocketName get_local_name()
Returns the socket name of the local end point.
TCPConnection()
Create null object.
Base class for all classes that generate network events.
Definition: network_condition_variable.h:14
static void init_sockets()