Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
class | HTTPRPCRequestProcessor |
Functions | |
bool | StartHTTPRPC (HTTPRPCRequestProcessor &httpRPCRequestProcessor) |
Start HTTP RPC subsystem. More... | |
void | InterruptHTTPRPC () |
Interrupt HTTP RPC subsystem. More... | |
void | StopHTTPRPC () |
Stop HTTP RPC subsystem. More... | |
void | StartREST (const std::any &context) |
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 477 of file httprpc.cpp.
void InterruptREST | ( | ) |
bool StartHTTPRPC | ( | HTTPRPCRequestProcessor & | httpRPCRequestProcessor | ) |
Start HTTP RPC subsystem.
Precondition; HTTP and RPC has been started.
Definition at line 456 of file httprpc.cpp.
void StartREST | ( | const std::any & | context | ) |
void StopHTTPRPC | ( | ) |
Stop HTTP RPC subsystem.
Precondition; HTTP and RPC has been stopped.
Definition at line 481 of file httprpc.cpp.