CCF
|
This is the complete list of members for ccf::Forwarder< ChannelProxy >, including all inherited members.
forward_command(std::shared_ptr< ccf::RpcContextImpl > rpc_ctx, const NodeId &to, const std::vector< uint8_t > &caller_cert, const std::chrono::milliseconds &timeout) override | ccf::Forwarder< ChannelProxy > | inlinevirtual |
Forwarder(std::weak_ptr< ccf::AbstractRPCResponder > rpcresponder, std::shared_ptr< ChannelProxy > n2n_channels, std::weak_ptr< ccf::RPCMap > rpc_map_) | ccf::Forwarder< ChannelProxy > | inline |
get_forwarder_handler(std::shared_ptr<::http::HttpRpcContext > &ctx) | ccf::Forwarder< ChannelProxy > | inline |
initialize(const NodeId &self_) | ccf::Forwarder< ChannelProxy > | inline |
recv_forwarded_command(const NodeId &from, const uint8_t *data, size_t size) | ccf::Forwarder< ChannelProxy > | inline |
recv_forwarded_response(const NodeId &from, const uint8_t *data, size_t size) | ccf::Forwarder< ChannelProxy > | inline |
recv_message(const ccf::NodeId &from, const uint8_t *data, size_t size) | ccf::Forwarder< ChannelProxy > | inline |
send_forwarded_response(size_t client_session_id, const NodeId &from_node, const TFwdHdr &header, const std::vector< uint8_t > &data) | ccf::Forwarder< ChannelProxy > | inline |
~AbstractForwarder() | ccf::AbstractForwarder | inlinevirtual |