Raven Core
3.0.0
P2P Digital Currency
|
#include "httprpc.h"
#include "base58.h"
#include "chainparams.h"
#include "httpserver.h"
#include "rpc/protocol.h"
#include "rpc/server.h"
#include "random.h"
#include "sync.h"
#include "util.h"
#include "utilstrencodings.h"
#include "ui_interface.h"
#include "crypto/hmac_sha256.h"
#include <stdio.h>
#include <boost/algorithm/string.hpp>
Go to the source code of this file.
Classes | |
class | HTTPRPCTimer |
Simple one-shot callback timer to be used by the RPC mechanism to e.g. More... | |
class | HTTPRPCTimerInterface |
Functions | |
bool | StartHTTPRPC () |
Start HTTP RPC subsystem. More... | |
void | InterruptHTTPRPC () |
Interrupt HTTP RPC subsystem. More... | |
void | StopHTTPRPC () |
Stop HTTP RPC subsystem. More... | |
void InterruptHTTPRPC | ( | ) |
Interrupt HTTP RPC subsystem.
Definition at line 247 of file httprpc.cpp.
bool StartHTTPRPC | ( | ) |
Start HTTP RPC subsystem.
Precondition; HTTP and RPC has been started.
Definition at line 230 of file httprpc.cpp.
void StopHTTPRPC | ( | ) |
Stop HTTP RPC subsystem.
Precondition; HTTP and RPC has been stopped.
Definition at line 252 of file httprpc.cpp.