GRPC C++  1.3.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Namespaces
sync_stream.h File Reference
#include <grpc++/impl/codegen/call.h>
#include <grpc++/impl/codegen/channel_interface.h>
#include <grpc++/impl/codegen/client_context.h>
#include <grpc++/impl/codegen/completion_queue.h>
#include <grpc++/impl/codegen/core_codegen_interface.h>
#include <grpc++/impl/codegen/server_context.h>
#include <grpc++/impl/codegen/service_type.h>
#include <grpc++/impl/codegen/status.h>

Go to the source code of this file.

Data Structures

class  grpc::ClientStreamingInterface
 Common interface for all synchronous client side streaming. More...
 
class  grpc::ServerStreamingInterface
 Common interface for all synchronous server side streaming. More...
 
class  grpc::ReaderInterface< R >
 An interface that yields a sequence of messages of type R. More...
 
class  grpc::WriterInterface< W >
 An interface that can be fed a sequence of messages of type W. More...
 
class  grpc::ClientReaderInterface< R >
 Client-side interface for streaming reads of message of type R. More...
 
class  grpc::ClientReader< R >
 
class  grpc::ClientWriterInterface< W >
 Client-side interface for streaming writes of message of type W. More...
 
class  grpc::ClientWriter< W >
 
class  grpc::ClientReaderWriterInterface< W, R >
 Client-side interface for bi-directional streaming. More...
 
class  grpc::ClientReaderWriter< W, R >
 
class  grpc::ServerReaderInterface< R >
 Server-side interface for streaming reads of message of type R. More...
 
class  grpc::ServerReader< R >
 
class  grpc::ServerWriterInterface< W >
 Server-side interface for streaming writes of message of type W. More...
 
class  grpc::ServerWriter< W >
 
class  grpc::ServerReaderWriterInterface< W, R >
 Server-side interface for bi-directional streaming. More...
 
class  grpc::internal::ServerReaderWriterBody< W, R >
 
class  grpc::ServerReaderWriter< W, R >
 
class  grpc::ServerUnaryStreamer< RequestType, ResponseType >
 A class to represent a flow-controlled unary call. More...
 
class  grpc::ServerSplitStreamer< RequestType, ResponseType >
 A class to represent a flow-controlled server-side streaming call. More...
 

Namespaces

 grpc
 
 grpc::internal