Dash Core  0.12.2.1
P2P Digital Currency
RPCServer Namespace Reference

Functions

void OnStarted (boost::function< void()> slot)
 
void OnStopped (boost::function< void()> slot)
 
void OnPreCommand (boost::function< void(const CRPCCommand &)> slot)
 
void OnPostCommand (boost::function< void(const CRPCCommand &)> slot)
 

Function Documentation

◆ OnPostCommand()

void RPCServer::OnPostCommand ( boost::function< void(const CRPCCommand &)>  slot)

Definition at line 65 of file server.cpp.

◆ OnPreCommand()

void RPCServer::OnPreCommand ( boost::function< void(const CRPCCommand &)>  slot)

Definition at line 60 of file server.cpp.

Referenced by AppInitServers().

◆ OnStarted()

void RPCServer::OnStarted ( boost::function< void()>  slot)

Definition at line 50 of file server.cpp.

◆ OnStopped()

void RPCServer::OnStopped ( boost::function< void()>  slot)

Definition at line 55 of file server.cpp.

Referenced by AppInitServers().