GRPC C++
1.13.0-dev
|
#include <grpc/impl/codegen/connectivity_state.h>
#include <grpcpp/impl/codegen/status.h>
#include <grpcpp/impl/codegen/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::BlockingUnaryCallImpl< InputMessage, OutputMessage > |
class | grpc::internal::ClientAsyncReaderFactory< R > |
class | grpc::internal::ClientAsyncWriterFactory< W > |
class | grpc::internal::ClientAsyncReaderWriterFactory< W, R > |
class | grpc::internal::ClientAsyncResponseReaderFactory< R > |
class | grpc::ChannelInterface |
Codegen interface for grpc::Channel. More... | |
Namespaces | |
grpc | |
An Alarm posts the user provided tag to its associated completion queue upon expiry or cancellation. | |
grpc::internal | |
Models a gRPC server. | |