|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
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={}) -> void | kcenon::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() -> VoidResult | kcenon::network::protocols::grpc::grpc_client | |
| disconnect() -> void | kcenon::network::protocols::grpc::grpc_client | |
| grpc_client(const std::string &target, const grpc_channel_config &config={}) | kcenon::network::protocols::grpc::grpc_client | explicit |
| grpc_client(const grpc_client &)=delete | kcenon::network::protocols::grpc::grpc_client | |
| grpc_client(grpc_client &&) noexcept | kcenon::network::protocols::grpc::grpc_client | |
| impl_ | kcenon::network::protocols::grpc::grpc_client | private |
| is_connected() const -> bool | kcenon::network::protocols::grpc::grpc_client | |
| operator=(const grpc_client &)=delete | kcenon::network::protocols::grpc::grpc_client | |
| operator=(grpc_client &&) noexcept | kcenon::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) -> bool | kcenon::network::protocols::grpc::grpc_client | |
| ~grpc_client() | kcenon::network::protocols::grpc::grpc_client |