Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
kcenon::network::protocols::grpc::grpc_client Member List

This is the complete list of members for kcenon::network::protocols::grpc::grpc_client, including all inherited members.

bidi_stream_raw(const std::string &method, const call_options &options={}) -> Result< std::unique_ptr< bidi_stream > >kcenon::network::protocols::grpc::grpc_client
call_raw(const std::string &method, const std::vector< uint8_t > &request, const call_options &options={}) -> Result< grpc_message >kcenon::network::protocols::grpc::grpc_client
call_raw_async(const std::string &method, const std::vector< uint8_t > &request, std::function< void(Result< grpc_message >)> callback, const call_options &options={}) -> voidkcenon::network::protocols::grpc::grpc_client
client_stream_raw(const std::string &method, const call_options &options={}) -> Result< std::unique_ptr< client_stream_writer > >kcenon::network::protocols::grpc::grpc_client
connect() -> VoidResultkcenon::network::protocols::grpc::grpc_client
disconnect() -> voidkcenon::network::protocols::grpc::grpc_client
grpc_client(const std::string &target, const grpc_channel_config &config={})kcenon::network::protocols::grpc::grpc_clientexplicit
grpc_client(const grpc_client &)=deletekcenon::network::protocols::grpc::grpc_client
grpc_client(grpc_client &&) noexceptkcenon::network::protocols::grpc::grpc_client
impl_kcenon::network::protocols::grpc::grpc_clientprivate
is_connected() const -> boolkcenon::network::protocols::grpc::grpc_client
operator=(const grpc_client &)=deletekcenon::network::protocols::grpc::grpc_client
operator=(grpc_client &&) noexceptkcenon::network::protocols::grpc::grpc_client
server_stream_raw(const std::string &method, const std::vector< uint8_t > &request, const call_options &options={}) -> Result< std::unique_ptr< server_stream_reader > >kcenon::network::protocols::grpc::grpc_client
target() const -> const std::string &kcenon::network::protocols::grpc::grpc_client
wait_for_connected(std::chrono::milliseconds timeout) -> boolkcenon::network::protocols::grpc::grpc_client
~grpc_client()kcenon::network::protocols::grpc::grpc_client