Bitcoin ABC  0.26.3
P2P Digital Currency
Classes | Functions
httprpc.h File Reference
#include <httpserver.h>
#include <rpc/server.h>
#include <any>
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.

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...
 

Function Documentation

◆ InterruptHTTPRPC()

void InterruptHTTPRPC ( )

Interrupt HTTP RPC subsystem.

Definition at line 470 of file httprpc.cpp.

Here is the caller graph for this function:

◆ InterruptREST()

void InterruptREST ( )

Interrupt RPC REST subsystem.

Definition at line 844 of file rest.cpp.

Here is the caller graph for this function:

◆ StartHTTPRPC()

bool StartHTTPRPC ( HTTPRPCRequestProcessor httpRPCRequestProcessor)

Start HTTP RPC subsystem.

Precondition; HTTP and RPC has been started.

Definition at line 449 of file httprpc.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ StartREST()

void StartREST ( const std::any &  context)

Start HTTP REST subsystem.

Precondition; HTTP and RPC has been started.

Definition at line 834 of file rest.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ StopHTTPRPC()

void StopHTTPRPC ( )

Stop HTTP RPC subsystem.

Precondition; HTTP and RPC has been stopped.

Definition at line 474 of file httprpc.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ StopREST()

void StopREST ( )

Stop HTTP REST subsystem.

Precondition; HTTP and RPC has been stopped.

Definition at line 846 of file rest.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: