GRPC C++  1.2.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
grpc::ServerReaderWriterInterface< W, R > Class Template Reference

Server-side interface for bi-directional streaming. More...

#include <sync_stream.h>

Additional Inherited Members

- Public Member Functions inherited from grpc::ServerStreamingInterface
virtual ~ServerStreamingInterface ()
 
virtual void SendInitialMetadata ()=0
 Blocking send initial metadata to client. More...
 
- Public Member Functions inherited from grpc::WriterInterface< W >
virtual ~WriterInterface ()
 
virtual bool Write (const W &msg, const WriteOptions &options)=0
 Blocking write msg to the stream with options. More...
 
bool Write (const W &msg)
 Blocking write msg to the stream with default options. More...
 
- Public Member Functions inherited from grpc::ReaderInterface< R >
virtual ~ReaderInterface ()
 
virtual bool NextMessageSize (uint32_t *sz)=0
 Upper bound on the next message size available for reading on this stream. More...
 
virtual bool Read (R *msg)=0
 Blocking read a message and parse to msg. More...
 

Detailed Description

template<class W, class R>
class grpc::ServerReaderWriterInterface< W, R >

Server-side interface for bi-directional streaming.


The documentation for this class was generated from the following file: