List of all members
grpc::ServerReaderWriterInterface< W, R > Class Template Reference

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

#include <sync_stream.h>

Inheritance diagram for grpc::ServerReaderWriterInterface< W, R >:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from grpc::internal::ServerStreamingInterface
virtual void SendInitialMetadata ()=0
 
virtual ~ServerStreamingInterface ()
 
- Public Member Functions inherited from grpc::internal::WriterInterface< W >
bool Write (const W &msg)
 
virtual bool Write (const W &msg, grpc::WriteOptions options)=0
 
void WriteLast (const W &msg, grpc::WriteOptions options)
 
virtual ~WriterInterface ()
 
- Public Member Functions inherited from grpc::internal::ReaderInterface< R >
virtual bool NextMessageSize (uint32_t *sz)=0
 
virtual bool Read (R *msg)=0
 
virtual ~ReaderInterface ()
 

Detailed Description

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

Server-side interface for bi-directional streaming.

Definition at line 704 of file grpcpp/impl/codegen/sync_stream.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:31