#include <zmq_server.h>
|
| static void | init_options (boost::program_options::options_description &desc) |
| |
◆ ZmqServer()
| cryptonote::rpc::ZmqServer::ZmqServer |
( |
RpcHandler & |
h | ) |
|
◆ ~ZmqServer()
| cryptonote::rpc::ZmqServer::~ZmqServer |
( |
| ) |
|
◆ addIPCSocket()
| bool cryptonote::rpc::ZmqServer::addIPCSocket |
( |
boost::string_ref |
address, |
|
|
boost::string_ref |
port |
|
) |
| |
◆ addTCPSocket()
| bool cryptonote::rpc::ZmqServer::addTCPSocket |
( |
boost::string_ref |
address, |
|
|
boost::string_ref |
port |
|
) |
| |
◆ init_options()
| static void cryptonote::rpc::ZmqServer::init_options |
( |
boost::program_options::options_description & |
desc | ) |
|
|
static |
◆ run()
| void cryptonote::rpc::ZmqServer::run |
( |
| ) |
|
◆ serve()
| void cryptonote::rpc::ZmqServer::serve |
( |
| ) |
|
◆ stop()
| void cryptonote::rpc::ZmqServer::stop |
( |
| ) |
|
◆ context
◆ handler
◆ rep_socket
◆ run_thread
| boost::thread cryptonote::rpc::ZmqServer::run_thread |
|
private |
The documentation for this class was generated from the following files: