BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Functions
httprpc.h File Reference
#include <string>
#include <map>
Include dependency graph for httprpc.h:
This graph shows which files directly or indirectly include this file:

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...
 
void StartREST ()
 Start HTTP REST subsystem. More...
 
void InterruptREST ()
 Interrupt RPC REST subsystem. More...
 
void StopREST ()
 Stop HTTP REST subsystem. More...
 

Function Documentation

◆ InterruptHTTPRPC()

void InterruptHTTPRPC ( )

Interrupt HTTP RPC subsystem.

Definition at line 254 of file httprpc.cpp.

Here is the caller graph for this function:

◆ InterruptREST()

void InterruptREST ( )

Interrupt RPC REST subsystem.

Definition at line 600 of file rest.cpp.

Here is the caller graph for this function:

◆ StartHTTPRPC()

bool StartHTTPRPC ( )

Start HTTP RPC subsystem.

Precondition; HTTP and RPC has been started.

Definition at line 237 of file httprpc.cpp.

◆ StartREST()

void StartREST ( )

Start HTTP REST subsystem.

Precondition; HTTP and RPC has been started.

Definition at line 594 of file rest.cpp.

◆ StopHTTPRPC()

void StopHTTPRPC ( )

Stop HTTP RPC subsystem.

Precondition; HTTP and RPC has been stopped.

Definition at line 259 of file httprpc.cpp.

◆ StopREST()

void StopREST ( )

Stop HTTP REST subsystem.

Precondition; HTTP and RPC has been stopped.

Definition at line 604 of file rest.cpp.