This is the complete list of members for crow::websocket::Connection< Adaptor >, including all inherited members.
build_header(int opcode, size_t size) | crow::websocket::Connection< Adaptor > | inlineprotected |
check_destroy() | crow::websocket::Connection< Adaptor > | inlineprotected |
close(const std::string &msg) override | crow::websocket::Connection< Adaptor > | inlinevirtual |
Connection(const crow::request &req, Adaptor &&adaptor, std::function< void(crow::websocket::connection &)> open_handler, std::function< void(crow::websocket::connection &, const std::string &, bool)> message_handler, std::function< void(crow::websocket::connection &, const std::string &)> close_handler, std::function< void(crow::websocket::connection &)> error_handler, std::function< bool(const crow::request &)> accept_handler) | crow::websocket::Connection< Adaptor > | inline |
dispatch(CompletionHandler handler) | crow::websocket::Connection< Adaptor > | inline |
do_read() | crow::websocket::Connection< Adaptor > | inlineprotected |
do_write() | crow::websocket::Connection< Adaptor > | inlineprotected |
handle_fragment() | crow::websocket::Connection< Adaptor > | inlineprotected |
is_FIN() | crow::websocket::Connection< Adaptor > | inlineprotected |
opcode() | crow::websocket::Connection< Adaptor > | inlineprotected |
post(CompletionHandler handler) | crow::websocket::Connection< Adaptor > | inline |
send_binary(const std::string &msg) override | crow::websocket::Connection< Adaptor > | inlinevirtual |
send_ping(const std::string &msg) override | crow::websocket::Connection< Adaptor > | inlinevirtual |
send_pong(const std::string &msg) override | crow::websocket::Connection< Adaptor > | inlinevirtual |
send_text(const std::string &msg) override | crow::websocket::Connection< Adaptor > | inlinevirtual |
start(std::string &&hello) | crow::websocket::Connection< Adaptor > | inlineprotected |
userdata(void *u) (defined in crow::websocket::connection) | crow::websocket::connection | inline |
userdata() (defined in crow::websocket::connection) | crow::websocket::connection | inline |
~connection() (defined in crow::websocket::connection) | crow::websocket::connection | inlinevirtual |