![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "httprpc.h"#include "chainparams.h"#include "crypto/hmac_sha256.h"#include "guiinterface.h"#include "httpserver.h"#include "key_io.h"#include "rpc/protocol.h"#include "rpc/server.h"#include "random.h"#include "sync.h"#include "util/system.h"#include "utilstrencodings.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 241 of file httprpc.cpp.
| bool StartHTTPRPC | ( | ) |
Start HTTP RPC subsystem.
Precondition; HTTP and RPC has been started.
Definition at line 224 of file httprpc.cpp.
| void StopHTTPRPC | ( | ) |
Stop HTTP RPC subsystem.
Precondition; HTTP and RPC has been stopped.
Definition at line 246 of file httprpc.cpp.