|
Electroneum
|
#include <zmq_server.h>
Public Member Functions | |
| ZmqServer (RpcHandler &h) | |
| ~ZmqServer () | |
| void | serve () |
| bool | addIPCSocket (boost::string_ref address, boost::string_ref port) |
| bool | addTCPSocket (boost::string_ref address, boost::string_ref port) |
| void | run () |
| void | stop () |
Static Public Member Functions | |
| static void | init_options (boost::program_options::options_description &desc) |
Definition at line 45 of file zmq_server.h.
| cryptonote::rpc::ZmqServer::ZmqServer | ( | RpcHandler & | h | ) |
Definition at line 48 of file zmq_server.cpp.
| cryptonote::rpc::ZmqServer::~ZmqServer | ( | ) |
Definition at line 56 of file zmq_server.cpp.
| bool cryptonote::rpc::ZmqServer::addIPCSocket | ( | boost::string_ref | address, |
| boost::string_ref | port ) |
Definition at line 97 of file zmq_server.cpp.
| bool cryptonote::rpc::ZmqServer::addTCPSocket | ( | boost::string_ref | address, |
| boost::string_ref | port ) |
Definition at line 103 of file zmq_server.cpp.

|
static |
| void cryptonote::rpc::ZmqServer::run | ( | ) |
Definition at line 149 of file zmq_server.cpp.


| void cryptonote::rpc::ZmqServer::serve | ( | ) |
Definition at line 60 of file zmq_server.cpp.


| void cryptonote::rpc::ZmqServer::stop | ( | ) |
Definition at line 154 of file zmq_server.cpp.
