|
GRPC C++
1.3.0
|
#include <completion_queue.h>
Public Member Functions | |
| ServerWriter (Call *call, ServerContext *ctx) | |
| void | SendInitialMetadata () override |
| Blocking send initial metadata to client. More... | |
| bool | Write (const W &msg, WriteOptions options) override |
| Blocking write msg to the stream with WriteOptions options. More... | |
Public Member Functions inherited from grpc::ServerStreamingInterface | |
| virtual | ~ServerStreamingInterface () |
Public Member Functions inherited from grpc::WriterInterface< W > | |
| virtual | ~WriterInterface () |
| 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... | |
|
inline |
|
inlineoverridevirtual |
Blocking send initial metadata to client.
Implements grpc::ServerStreamingInterface.
|
inlineoverridevirtual |
Blocking write msg to the stream with WriteOptions options.
This is thread-safe with respect to Read
| msg | The message to be written to the stream. |
| options | The WriteOptions affecting the write operation. |
Implements grpc::WriterInterface< W >.
1.8.6