![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <string>
#include <map>
Go to the source code of this file.
Functions | |
bool | StartHTTPRPC () |
void | InterruptHTTPRPC () |
void | StopHTTPRPC () |
bool | StartREST () |
void | InterruptREST () |
void | StopREST () |
void InterruptHTTPRPC | ( | ) |
Interrupt HTTP RPC subsystem.
Definition at line 238 of file httprpc.cpp.
Referenced by Interrupt().
void InterruptREST | ( | ) |
bool StartHTTPRPC | ( | ) |
Start HTTP RPC subsystem. Precondition; HTTP and RPC has been started.
Definition at line 224 of file httprpc.cpp.
Referenced by AppInitServers().
bool StartREST | ( | ) |
Start HTTP REST subsystem. Precondition; HTTP and RPC has been started.
Definition at line 613 of file rest.cpp.
Referenced by AppInitServers().
void StopHTTPRPC | ( | ) |
Stop HTTP RPC subsystem. Precondition; HTTP and RPC has been stopped.
Definition at line 243 of file httprpc.cpp.
Referenced by PrepareShutdown().
void StopREST | ( | ) |
Stop HTTP REST subsystem. Precondition; HTTP and RPC has been stopped.
Definition at line 624 of file rest.cpp.
Referenced by PrepareShutdown().