GRPC C++  1.8.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Namespaces
channel_interface.h File Reference
#include <grpc++/impl/codegen/status.h>
#include <grpc++/impl/codegen/time.h>
#include <grpc/impl/codegen/connectivity_state.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
 
 grpc::internal
 Models a gRPC server.