Dash Core  0.12.2.1
P2P Digital Currency
httprpc.h File Reference
#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 ()
 

Function Documentation

◆ InterruptHTTPRPC()

void InterruptHTTPRPC ( )

Interrupt HTTP RPC subsystem.

Definition at line 238 of file httprpc.cpp.

Referenced by Interrupt().

◆ InterruptREST()

void InterruptREST ( )

Interrupt RPC REST subsystem.

Definition at line 620 of file rest.cpp.

Referenced by Interrupt().

◆ StartHTTPRPC()

bool StartHTTPRPC ( )

Start HTTP RPC subsystem. Precondition; HTTP and RPC has been started.

Definition at line 224 of file httprpc.cpp.

Referenced by AppInitServers().

◆ StartREST()

bool StartREST ( )

Start HTTP REST subsystem. Precondition; HTTP and RPC has been started.

Definition at line 613 of file rest.cpp.

Referenced by AppInitServers().

◆ StopHTTPRPC()

void StopHTTPRPC ( )

Stop HTTP RPC subsystem. Precondition; HTTP and RPC has been stopped.

Definition at line 243 of file httprpc.cpp.

Referenced by PrepareShutdown().

◆ StopREST()

void StopREST ( )

Stop HTTP REST subsystem. Precondition; HTTP and RPC has been stopped.

Definition at line 624 of file rest.cpp.

Referenced by PrepareShutdown().