15#ifndef PKG_RPC_JSON_HTTP_H_INCLUDED
16#define PKG_RPC_JSON_HTTP_H_INCLUDED
20#include <jsonrpccpp/client/iclientconnector.h>
75 void SendRPCMessage(
const std::string& message, std::string& result)
override;
78 class cImplementation;
79 cImplementation* m_pImplementation;
void SendRPCMessage(const std::string &message, std::string &result) override
~cJSONClientConnector()
DTOR.
cJSONClientConnector(const std::string &strUrl)
cJSONClientConnector(cJSONClientConnector &&other)
cJSONClientConnector(const cJSONClientConnector &)=delete
Disable copy construction.
cJSONClientConnector & operator=(cJSONClientConnector &&other)
cJSONClientConnector & operator=(const cJSONClientConnector &)=delete
Disable copy assignment.
cJSONRPCServer()
CTOR, setting the content type for the RPC server to "application/json".
definition of the http namespace
Definition http_rpc_server.h:23
definition of the rpc namespace
Definition json_rpc_impl.h:20