Server-side interface for bi-directional streaming. More...
#include <sync_stream.h>
Additional Inherited Members | |
![]() | |
virtual void | SendInitialMetadata ()=0 |
virtual | ~ServerStreamingInterface () |
![]() | |
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 () |
![]() | |
virtual bool | NextMessageSize (uint32_t *sz)=0 |
virtual bool | Read (R *msg)=0 |
virtual | ~ReaderInterface () |
Server-side interface for bi-directional streaming.
Definition at line 704 of file grpcpp/impl/codegen/sync_stream.h.