|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
This is the complete list of members for idfxx::net::stream_socket, including all inherited members.
| connect_for(const endpoint &peer, const std::chrono::duration< Rep, Period > &timeout) | idfxx::net::stream_socket | inline |
| connect_to(const endpoint &peer) | idfxx::net::stream_socket | static |
| connect_to(const endpoint &peer, const config &cfg) | idfxx::net::stream_socket | static |
| connect_to(std::string_view host, port_number port) | idfxx::net::stream_socket | static |
| connect_to(std::string_view host, port_number port, const config &cfg, const resolver_options &opts={}) | idfxx::net::stream_socket | static |
| connect_to_for(std::string_view host, port_number port, const std::chrono::duration< Rep, Period > &timeout) | idfxx::net::stream_socket | static |
| connect_to_for(std::string_view host, port_number port, const std::chrono::duration< Rep, Period > &timeout, const config &cfg, const resolver_options &opts={}) | idfxx::net::stream_socket | inlinestatic |
| get_keep_alive() const noexcept | idfxx::net::stream_socket | |
| get_no_delay() const noexcept | idfxx::net::stream_socket | |
| listener | idfxx::net::stream_socket | friend |
| make() | idfxx::net::stream_socket | static |
| make(address_family fam) | idfxx::net::stream_socket | static |
| make(const config &cfg) | idfxx::net::stream_socket | static |
| recv_exact(std::span< std::byte > buf) | idfxx::net::stream_socket | inline |
| send(std::span< const std::byte > buf) | idfxx::net::stream_socket | inline |
| send(std::string_view buf) | idfxx::net::stream_socket | inline |
| send_all(std::span< const std::byte > buf) | idfxx::net::stream_socket | inline |
| send_all(std::string_view buf) | idfxx::net::stream_socket | inline |
| set_keep_alive(bool on) noexcept | idfxx::net::stream_socket | |
| set_keep_count(uint32_t count) noexcept | idfxx::net::stream_socket | |
| set_keep_idle(const std::chrono::duration< Rep, Period > &t) noexcept | idfxx::net::stream_socket | inline |
| set_keep_interval(const std::chrono::duration< Rep, Period > &t) noexcept | idfxx::net::stream_socket | inline |
| set_no_delay(bool on) noexcept | idfxx::net::stream_socket | |
| shutdown() | idfxx::net::stream_socket | inline |
| shutdown(direction dir) | idfxx::net::stream_socket | inline |
| stream_socket() | idfxx::net::stream_socket | |
| stream_socket(address_family fam) | idfxx::net::stream_socket | explicit |
| stream_socket(const config &cfg) | idfxx::net::stream_socket | explicit |
| stream_socket(const endpoint &peer) | idfxx::net::stream_socket | explicit |
| stream_socket(const endpoint &peer, const config &cfg) | idfxx::net::stream_socket | explicit |
| stream_socket(std::string_view host, port_number port) | idfxx::net::stream_socket | explicit |
| stream_socket(std::string_view host, port_number port, const config &cfg, const resolver_options &opts={}) | idfxx::net::stream_socket | explicit |
| stream_socket(std::string_view host, port_number port, const std::chrono::duration< Rep, Period > &timeout) | idfxx::net::stream_socket | explicit |
| stream_socket(std::string_view host, port_number port, const std::chrono::duration< Rep, Period > &timeout, const config &cfg, const resolver_options &opts={}) | idfxx::net::stream_socket | inlineexplicit |
| try_connect_for(const endpoint &peer, const std::chrono::duration< Rep, Period > &timeout) | idfxx::net::stream_socket | inline |
| try_recv_exact(std::span< std::byte > buf) | idfxx::net::stream_socket | |
| try_send(std::span< const std::byte > buf) | idfxx::net::stream_socket | |
| try_send(std::string_view buf) | idfxx::net::stream_socket | |
| try_send_all(std::span< const std::byte > buf) | idfxx::net::stream_socket | |
| try_send_all(std::string_view buf) | idfxx::net::stream_socket | |
| try_shutdown() | idfxx::net::stream_socket | |
| try_shutdown(direction dir) | idfxx::net::stream_socket |