GRPC C++
1.30.0
|
#include <grpcpp/impl/codegen/call.h>
#include <grpcpp/impl/codegen/channel_interface.h>
#include <grpcpp/impl/codegen/client_context_impl.h>
#include <grpcpp/impl/codegen/server_context_impl.h>
#include <grpcpp/impl/codegen/service_type.h>
#include <grpcpp/impl/codegen/status.h>
Go to the source code of this file.
Data Structures | |
class | grpc_impl::ClientAsyncResponseReaderInterface< R > |
An interface relevant for async client side unary RPCs (which send one request message to a server and receive one response message). More... | |
class | grpc_impl::internal::ClientAsyncResponseReaderFactory< R > |
class | grpc_impl::ClientAsyncResponseReader< R > |
Async API for client-side unary RPCs, where the message response received from the server is of type R. More... | |
class | grpc_impl::ServerAsyncResponseWriter< W > |
Async server-side API for handling unary calls, where the single response message sent to the client is of type W. More... | |
class | std::default_delete<::grpc_impl::ClientAsyncResponseReader< R > > |
class | std::default_delete<::grpc_impl::ClientAsyncResponseReaderInterface< R > > |
Namespaces | |
grpc_impl | |
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation. | |
grpc_impl::internal | |
Actual implementation of bi-directional streaming. | |
std | |