![]() |
Raven Core
3.0.0
P2P Digital Currency
|
#include <string>#include <map>Go to the source code of this file.
Functions | |
| bool | StartHTTPRPC () |
| Start HTTP RPC subsystem. More... | |
| void | InterruptHTTPRPC () |
| Interrupt HTTP RPC subsystem. More... | |
| void | StopHTTPRPC () |
| Stop HTTP RPC subsystem. More... | |
| bool | StartREST () |
| Start HTTP REST subsystem. More... | |
| void | InterruptREST () |
| Interrupt RPC REST subsystem. More... | |
| void | StopREST () |
| Stop HTTP REST subsystem. More... | |
| void InterruptHTTPRPC | ( | ) |
Interrupt HTTP RPC subsystem.
Definition at line 247 of file httprpc.cpp.
| void InterruptREST | ( | ) |
| bool StartHTTPRPC | ( | ) |
Start HTTP RPC subsystem.
Precondition; HTTP and RPC has been started.
Definition at line 230 of file httprpc.cpp.
| bool StartREST | ( | ) |
| void StopHTTPRPC | ( | ) |
Stop HTTP RPC subsystem.
Precondition; HTTP and RPC has been stopped.
Definition at line 252 of file httprpc.cpp.
1.8.13