BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <websocket.hpp>
Public Member Functions | |
websocket_tls_server (const std::string &server_pem, const std::string &ssl_password, const std::string &forward_header_key) | |
~websocket_tls_server () | |
void | on_connection (const on_connection_handler &handler) |
void | listen (uint16_t port) |
void | listen (const fc::ip::endpoint &ep) |
uint16_t | get_listening_port () |
void | start_accept () |
void | stop_listening () |
void | close () |
Friends | |
class | detail::websocket_tls_server_impl |
Definition at line 76 of file websocket.hpp.
fc::http::websocket_tls_server::websocket_tls_server | ( | const std::string & | server_pem, |
const std::string & | ssl_password, | ||
const std::string & | forward_header_key | ||
) |
Definition at line 678 of file websocket.cpp.
fc::http::websocket_tls_server::~websocket_tls_server | ( | ) |
Definition at line 683 of file websocket.cpp.
void fc::http::websocket_tls_server::close | ( | ) |
Definition at line 715 of file websocket.cpp.
uint16_t fc::http::websocket_tls_server::get_listening_port | ( | ) |
Definition at line 700 of file websocket.cpp.
void fc::http::websocket_tls_server::listen | ( | const fc::ip::endpoint & | ep | ) |
Definition at line 694 of file websocket.cpp.
void fc::http::websocket_tls_server::listen | ( | uint16_t | port | ) |
Definition at line 690 of file websocket.cpp.
void fc::http::websocket_tls_server::on_connection | ( | const on_connection_handler & | handler | ) |
Definition at line 685 of file websocket.cpp.
void fc::http::websocket_tls_server::start_accept | ( | ) |
Definition at line 706 of file websocket.cpp.
void fc::http::websocket_tls_server::stop_listening | ( | ) |
Definition at line 710 of file websocket.cpp.
|
friend |
Definition at line 94 of file websocket.hpp.