GRPC C++  1.62.0
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::internal::ServerStreamingInterface
virtual ~ServerStreamingInterface ()
 
virtual void SendInitialMetadata ()=0
 Block to send initial metadata to client. More...
 
- Public Member Functions inherited from grpc::internal::WriterInterface< W >
virtual ~WriterInterface ()
 
virtual bool Write (const W &msg, grpc::WriteOptions options)=0
 Block to write msg to the stream with WriteOptions options. More...
 
bool Write (const W &msg)
 Block to write msg to the stream with default write options. More...
 
void WriteLast (const W &msg, grpc::WriteOptions options)
 Write msg and coalesce it with the writing of trailing metadata, using WriteOptions options. More...
 
- Public Member Functions inherited from grpc::internal::ReaderInterface< R >
virtual ~ReaderInterface ()
 
virtual bool NextMessageSize (uint32_t *sz)=0
 Get an upper bound on the next message size available for reading on this stream. More...
 
virtual bool Read (R *msg)=0
 Block to 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: