|
Net++
A class-based C++ encapsulation over the POSIX Sockets API
|
This is the complete list of members for tcp::Connection, including all inherited members.
| Connection(Connection &&other) noexcept | tcp::Connection | |
| connection_ptr typedef | tcp::Connection | |
| create(int32_t socket_fd, async::IOContext::io_context_ptr io_context) | tcp::Connection | static |
| event_ptr typedef | tcp::Connection | |
| is_nonblocking() | tcp::Connection | |
| operator=(Connection &&other) noexcept | tcp::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 |