Malloy
|
This is the complete list of members for malloy::websocket::connection< isClient >, including all inherited members.
accept(const boost::beast::http::request< Body, Fields > &req, Callback &&done) | malloy::websocket::connection< isClient > | inline |
binary() | malloy::websocket::connection< isClient > | inline |
connect(const boost::asio::ip::tcp::resolver::results_type &target, const std::string &resource, Callback &&done) | malloy::websocket::connection< isClient > | inline |
disconnect(boost::beast::websocket::close_reason why=boost::beast::websocket::normal) | malloy::websocket::connection< isClient > | inline |
force_disconnect(boost::beast::websocket::close_reason why=boost::beast::websocket::normal) | malloy::websocket::connection< isClient > | inline |
handler_t typedef (defined in malloy::websocket::connection< isClient >) | malloy::websocket::connection< isClient > | |
logger() const noexcept | malloy::websocket::connection< isClient > | inline |
make(const std::shared_ptr< spdlog::logger > logger, stream &&ws, const std::string &agent_string) | malloy::websocket::connection< isClient > | inlinestatic |
read(concepts::dynamic_buffer auto &buff, concepts::async_read_handler auto &&done) | malloy::websocket::connection< isClient > | inline |
send(const concepts::const_buffer_sequence auto &payload, Callback &&done) | malloy::websocket::connection< isClient > | inline |
set_binary(const bool enabled) | malloy::websocket::connection< isClient > | inline |
state enum name | malloy::websocket::connection< isClient > | |
~connection() noexcept | malloy::websocket::connection< isClient > | inlinevirtual |