BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | List of all members
fc::http::websocket_client Class Reference

#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)
 

Detailed Description

Definition at line 98 of file websocket.hpp.

Constructor & Destructor Documentation

◆ websocket_client()

fc::http::websocket_client::websocket_client ( const std::string &  ca_filename = "_default")

Definition at line 724 of file websocket.cpp.

◆ ~websocket_client()

fc::http::websocket_client::~websocket_client ( )

Definition at line 729 of file websocket.cpp.

Member Function Documentation

◆ append_header()

void fc::http::websocket_client::append_header ( const std::string &  key,
const std::string &  value 
)

Definition at line 763 of file websocket.cpp.

◆ close()

void fc::http::websocket_client::close ( )

Definition at line 750 of file websocket.cpp.

◆ connect()

websocket_connection_ptr fc::http::websocket_client::connect ( const std::string &  uri)

Definition at line 731 of file websocket.cpp.

◆ secure_connect()

websocket_connection_ptr fc::http::websocket_client::secure_connect ( const std::string &  uri)

Definition at line 745 of file websocket.cpp.

◆ synchronous_close()

void fc::http::websocket_client::synchronous_close ( )

Definition at line 756 of file websocket.cpp.


The documentation for this class was generated from the following files: