idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::net::stream_socket Member List

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_socketinline
connect_to(const endpoint &peer)idfxx::net::stream_socketstatic
connect_to(const endpoint &peer, const config &cfg)idfxx::net::stream_socketstatic
connect_to(std::string_view host, port_number port)idfxx::net::stream_socketstatic
connect_to(std::string_view host, port_number port, const config &cfg, const resolver_options &opts={})idfxx::net::stream_socketstatic
connect_to_for(std::string_view host, port_number port, const std::chrono::duration< Rep, Period > &timeout)idfxx::net::stream_socketstatic
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_socketinlinestatic
get_keep_alive() const noexceptidfxx::net::stream_socket
get_no_delay() const noexceptidfxx::net::stream_socket
listeneridfxx::net::stream_socketfriend
make()idfxx::net::stream_socketstatic
make(address_family fam)idfxx::net::stream_socketstatic
make(const config &cfg)idfxx::net::stream_socketstatic
recv_exact(std::span< std::byte > buf)idfxx::net::stream_socketinline
send(std::span< const std::byte > buf)idfxx::net::stream_socketinline
send(std::string_view buf)idfxx::net::stream_socketinline
send_all(std::span< const std::byte > buf)idfxx::net::stream_socketinline
send_all(std::string_view buf)idfxx::net::stream_socketinline
set_keep_alive(bool on) noexceptidfxx::net::stream_socket
set_keep_count(uint32_t count) noexceptidfxx::net::stream_socket
set_keep_idle(const std::chrono::duration< Rep, Period > &t) noexceptidfxx::net::stream_socketinline
set_keep_interval(const std::chrono::duration< Rep, Period > &t) noexceptidfxx::net::stream_socketinline
set_no_delay(bool on) noexceptidfxx::net::stream_socket
shutdown()idfxx::net::stream_socketinline
shutdown(direction dir)idfxx::net::stream_socketinline
stream_socket()idfxx::net::stream_socket
stream_socket(address_family fam)idfxx::net::stream_socketexplicit
stream_socket(const config &cfg)idfxx::net::stream_socketexplicit
stream_socket(const endpoint &peer)idfxx::net::stream_socketexplicit
stream_socket(const endpoint &peer, const config &cfg)idfxx::net::stream_socketexplicit
stream_socket(std::string_view host, port_number port)idfxx::net::stream_socketexplicit
stream_socket(std::string_view host, port_number port, const config &cfg, const resolver_options &opts={})idfxx::net::stream_socketexplicit
stream_socket(std::string_view host, port_number port, const std::chrono::duration< Rep, Period > &timeout)idfxx::net::stream_socketexplicit
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_socketinlineexplicit
try_connect_for(const endpoint &peer, const std::chrono::duration< Rep, Period > &timeout)idfxx::net::stream_socketinline
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