BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
This is the complete list of members for fc::http::websocket_connection, including all inherited members.
_remote_endpoint | fc::http::websocket_connection | protected |
close(int64_t code, const std::string &reason) | fc::http::websocket_connection | inlinevirtual |
closed | fc::http::websocket_connection | |
get_remote_endpoint_string() const | fc::http::websocket_connection | inline |
get_request_header(const std::string &key)=0 | fc::http::websocket_connection | pure virtual |
get_session_data() | fc::http::websocket_connection | inline |
on_http(const std::string &message) | fc::http::websocket_connection | inline |
on_http_handler(const std::function< fc::http::reply(const std::string &)> &h) | fc::http::websocket_connection | inline |
on_message(const std::string &message) | fc::http::websocket_connection | inline |
on_message_handler(const std::function< void(const std::string &)> &h) | fc::http::websocket_connection | inline |
send_message(const std::string &message)=0 | fc::http::websocket_connection | pure virtual |
set_session_data(boost::any d) | fc::http::websocket_connection | inline |
~websocket_connection() | fc::http::websocket_connection | inlinevirtual |