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

Server-side interface for streaming writes of message of type W. 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, WriteOptions options)=0
 Blocking write msg to the stream with WriteOptions options. More...
 
bool Write (const W &msg)
 Blocking write msg to the stream with default write options. More...
 
void WriteLast (const W &msg, WriteOptions options)
 Write msg and coalesce it with the writing of trailing metadata, using WriteOptions options. More...
 

Detailed Description

template<class W>
class grpc::ServerWriterInterface< W >

Server-side interface for streaming writes of message of type W.


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