BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
This is the complete list of members for fc::rpc::websocket_api_connection, including all inherited members.
_connection | fc::rpc::websocket_api_connection | protected |
_max_conversion_depth | fc::api_connection | |
_rpc_state | fc::rpc::websocket_api_connection | protected |
api_connection(uint32_t max_depth) | fc::api_connection | inline |
closed | fc::api_connection | |
get_method_names(api_id_type local_api_id=0) const | fc::api_connection | inline |
get_remote_api(api_id_type api_id=0) | fc::api_connection | inline |
on_message(const std::string &message) | fc::rpc::websocket_api_connection | protected |
on_request(const variant &message) | fc::rpc::websocket_api_connection | protected |
on_response(const variant &message) | fc::rpc::websocket_api_connection | protected |
receive_call(api_id_type api_id, const string &method_name, const variants &args=variants()) const | fc::api_connection | inline |
receive_callback(uint64_t callback_id, const variants &args=variants()) const | fc::api_connection | inline |
receive_notice(uint64_t callback_id, const variants &args=variants()) const | fc::api_connection | inline |
register_api(const Interface &a) | fc::api_connection | inline |
register_callback(const std::function< Signature > &cb) | fc::api_connection | inline |
send_call(api_id_type api_id, string method_name, variants args=variants()) override | fc::rpc::websocket_api_connection | virtual |
send_callback(uint64_t callback_id, variants args=variants()) override | fc::rpc::websocket_api_connection | virtual |
send_notice(uint64_t callback_id, variants args=variants()) override | fc::rpc::websocket_api_connection | virtual |
websocket_api_connection(const std::shared_ptr< fc::http::websocket_connection > &c, uint32_t max_conversion_depth) | fc::rpc::websocket_api_connection | |
~api_connection() | fc::api_connection | inlinevirtual |
~websocket_api_connection() | fc::rpc::websocket_api_connection |