GRPC C++  1.30.0
Data Structures | Namespaces
channel_interface.h File Reference
#include <grpc/impl/codegen/connectivity_state.h>
#include <grpcpp/impl/codegen/call.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_impl::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_impl::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_impl::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_impl::internal::CallbackUnaryCallImpl< InputMessage, OutputMessage >
 
class  grpc_impl::internal::ClientAsyncReaderFactory< R >
 
class  grpc_impl::internal::ClientAsyncWriterFactory< W >
 
class  grpc_impl::internal::ClientAsyncReaderWriterFactory< W, R >
 
class  grpc_impl::internal::ClientAsyncResponseReaderFactory< R >
 
class  grpc_impl::internal::ClientCallbackReaderWriterFactory< Request, Response >
 
class  grpc_impl::internal::ClientCallbackReaderFactory< Response >
 
class  grpc_impl::internal::ClientCallbackWriterFactory< Request >
 
class  grpc::internal::BlockingUnaryCallImpl< InputMessage, OutputMessage >
 
class  grpc::ChannelInterface
 Codegen interface for grpc::Channel. More...
 

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.
 
 grpc
 This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface.
 
 grpc::experimental
 ClientRpcInfo represents the state of a particular RPC as it appears to an interceptor.
 
 grpc::internal
 Models a gRPC server.