#include <completion_queue.h>
Public Member Functions | |
void | SendInitialMetadata () override |
bool | Write (const W &msg, grpc::WriteOptions options) override |
Private Member Functions | |
ServerWriter (grpc::internal::Call *call, grpc::ServerContext *ctx) | |
Private Attributes | |
grpc::internal::Call *const | call_ |
grpc::ServerContext *const | ctx_ |
Friends | |
template<class ServiceType , class RequestType , class ResponseType > | |
class | internal::ServerStreamingHandler |
Synchronous (blocking) server-side API for doing for doing a server-streaming RPCs, where the outgoing message stream coming from the server has messages of type W.
Definition at line 60 of file include/grpcpp/impl/codegen/completion_queue.h.
|
inlineprivate |
Definition at line 698 of file grpcpp/impl/codegen/sync_stream.h.
|
inlineoverride |
See the ServerStreamingInterface.SendInitialMetadata method for semantics. Note that initial metadata will be affected by the ServerContext associated with this call.
Definition at line 643 of file grpcpp/impl/codegen/sync_stream.h.
|
inlineoverride |
Definition at line 663 of file grpcpp/impl/codegen/sync_stream.h.
|
friend |
Definition at line 696 of file grpcpp/impl/codegen/sync_stream.h.
|
private |
Definition at line 692 of file grpcpp/impl/codegen/sync_stream.h.
|
private |
Definition at line 693 of file grpcpp/impl/codegen/sync_stream.h.