BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <websocket.hpp>
Public Member Functions | |
websocket_client (const std::string &ca_filename="_default") | |
~websocket_client () | |
websocket_connection_ptr | connect (const std::string &uri) |
websocket_connection_ptr | secure_connect (const std::string &uri) |
void | close () |
void | synchronous_close () |
void | append_header (const std::string &key, const std::string &value) |
Definition at line 98 of file websocket.hpp.
fc::http::websocket_client::websocket_client | ( | const std::string & | ca_filename = "_default" | ) |
Definition at line 724 of file websocket.cpp.
fc::http::websocket_client::~websocket_client | ( | ) |
Definition at line 729 of file websocket.cpp.
void fc::http::websocket_client::append_header | ( | const std::string & | key, |
const std::string & | value | ||
) |
Definition at line 763 of file websocket.cpp.
void fc::http::websocket_client::close | ( | ) |
Definition at line 750 of file websocket.cpp.
websocket_connection_ptr fc::http::websocket_client::connect | ( | const std::string & | uri | ) |
Definition at line 731 of file websocket.cpp.
websocket_connection_ptr fc::http::websocket_client::secure_connect | ( | const std::string & | uri | ) |
Definition at line 745 of file websocket.cpp.
void fc::http::websocket_client::synchronous_close | ( | ) |
Definition at line 756 of file websocket.cpp.