Radix Relay
Hybrid mesh communications with Signal Protocol encryption
Loading...
Searching...
No Matches
radix_relay::transport::websocket_stream Member List

This is the complete list of members for radix_relay::transport::websocket_stream, including all inherited members.

async_close(std::function< void(const boost::system::error_code &, std::size_t)> handler) -> voidradix_relay::transport::websocket_stream
async_connect(websocket_connection_params params, std::function< void(const boost::system::error_code &, std::size_t)> handler) -> voidradix_relay::transport::websocket_stream
async_read(const boost::asio::mutable_buffer &buffer, std::function< void(const boost::system::error_code &, std::size_t)> handler) -> voidradix_relay::transport::websocket_stream
async_write(std::span< const std::byte > data, std::function< void(const boost::system::error_code &, std::size_t)> handler) -> voidradix_relay::transport::websocket_stream
websocket_stream(const std::shared_ptr< boost::asio::io_context > &io_context)radix_relay::transport::websocket_streamexplicit