GRPC C++
1.66.0
|
#include <grpc/impl/connectivity_state.h>
#include <grpcpp/impl/call.h>
#include <grpcpp/support/status.h>
#include <grpcpp/support/time.h>
Go to the source code of this file.
Data Structures | |
class | grpc::ClientReader< R > |
Synchronous (blocking) client-side API for doing server-streaming RPCs, where the stream of messages coming from the server has messages of type R. More... | |
class | grpc::ClientWriter< W > |
Synchronous (blocking) client-side API for doing client-streaming RPCs, where the outgoing message stream coming from the client has messages of type W. More... | |
class | grpc::ClientReaderWriter< W, R > |
Synchronous (blocking) client-side API for bi-directional streaming RPCs, where the outgoing message stream coming from the client has messages of type W, and the incoming messages stream coming from the server has messages of type R. More... | |
class | grpc::internal::CallbackUnaryCallImpl< InputMessage, OutputMessage > |
class | grpc::internal::ClientAsyncReaderFactory< R > |
class | grpc::internal::ClientAsyncWriterFactory< W > |
class | grpc::internal::ClientAsyncReaderWriterFactory< W, R > |
class | grpc::internal::ClientCallbackReaderWriterFactory< Request, Response > |
class | grpc::internal::ClientCallbackReaderFactory< Response > |
class | grpc::internal::ClientCallbackWriterFactory< Request > |
class | grpc::internal::BlockingUnaryCallImpl< InputMessage, OutputMessage > |
class | grpc::ChannelInterface |
Codegen interface for grpc::Channel. More... | |
Namespaces | |
grpc | |
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation. | |
grpc::internal | |
Models a gRPC server. | |
grpc::experimental | |
ClientRpcInfo represents the state of a particular RPC as it appears to an interceptor. | |