Bitcoin
|
#include <string>
#include <map>
Go to the source code of this file.
Functions | |
bool | StartHTTPRPC () |
void | InterruptHTTPRPC () |
void | StopHTTPRPC () |
void | StartREST () |
void | InterruptREST () |
void | StopREST () |
void InterruptHTTPRPC | ( | ) |
Interrupt HTTP RPC subsystem.
void InterruptREST | ( | ) |
Interrupt RPC REST subsystem.
bool StartHTTPRPC | ( | ) |
Start HTTP RPC subsystem. Precondition; HTTP and RPC has been started.
void StartREST | ( | ) |
Start HTTP REST subsystem. Precondition; HTTP and RPC has been started.
void StopHTTPRPC | ( | ) |
Stop HTTP RPC subsystem. Precondition; HTTP and RPC has been stopped.
void StopREST | ( | ) |
Stop HTTP REST subsystem. Precondition; HTTP and RPC has been stopped.