CCF
|
#include <http_node_client.h>
Inherits ccf::NodeClient.
Public Member Functions | |
HTTPNodeClient (std::shared_ptr< ccf::RPCMap > rpc_map, ccf::crypto::KeyPairPtr node_sign_kp, const ccf::crypto::Pem &self_signed_node_cert_, const std::optional< ccf::crypto::Pem > &endorsed_node_cert_) | |
virtual | ~HTTPNodeClient () |
virtual bool | make_request (::http::Request &request) override |
![]() | |
NodeClient (std::shared_ptr< ccf::RPCMap > rpc_map_, ccf::crypto::KeyPairPtr node_sign_kp_, const ccf::crypto::Pem &self_signed_node_cert_, const std::optional< ccf::crypto::Pem > &endorsed_node_cert_) | |
virtual | ~NodeClient () |
Additional Inherited Members | |
![]() | |
std::shared_ptr< ccf::RPCMap > | rpc_map |
ccf::crypto::KeyPairPtr | node_sign_kp |
const ccf::crypto::Pem & | self_signed_node_cert |
const std::optional< ccf::crypto::Pem > & | endorsed_node_cert = std::nullopt |
|
inline |
|
inlinevirtual |
|
inlineoverridevirtual |
Implements ccf::NodeClient.