Net++
A class-based C++ encapsulation over the POSIX Sockets API
Loading...
Searching...
No Matches
tcp::Connection Member List

This is the complete list of members for tcp::Connection, including all inherited members.

Connection(Connection &&other) noexcepttcp::Connection
connection_ptr typedeftcp::Connection
create(int32_t socket_fd, async::IOContext::io_context_ptr io_context)tcp::Connectionstatic
event_ptr typedeftcp::Connection
is_nonblocking()tcp::Connection
operator=(Connection &&other) noexcepttcp::Connection
recv_async(std::vector< std::byte > buf, std::function< void()> callback)tcp::Connection
recv_sync(std::string &buf)tcp::Connection
send_async(std::string_view msg, std::function< void()> callback)tcp::Connection
send_sync(std::string_view msg)tcp::Connection
set_nonblocking()tcp::Connection