#include <completion_queue.h>
Public Member Functions | |
bool | NextMessageSize (uint32_t *sz) override |
bool | Read (R *msg) override |
void | SendInitialMetadata () override |
Private Member Functions | |
ServerReader (grpc::internal::Call *call, grpc::ServerContext *ctx) | |
Private Attributes | |
grpc::internal::Call *const | call_ |
ServerContext *const | ctx_ |
Friends | |
template<class ServiceType , class RequestType , class ResponseType > | |
class | internal::ClientStreamingHandler |
Synchronous (blocking) server-side API for doing client-streaming RPCs, where the incoming message stream coming from the client has messages of type R.
Definition at line 58 of file include/grpcpp/impl/codegen/completion_queue.h.
|
inlineprivate |
Definition at line 624 of file grpcpp/impl/codegen/sync_stream.h.
|
inlineoverride |
Definition at line 600 of file grpcpp/impl/codegen/sync_stream.h.
|
inlineoverride |
Definition at line 606 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 586 of file grpcpp/impl/codegen/sync_stream.h.
|
friend |
Definition at line 622 of file grpcpp/impl/codegen/sync_stream.h.
|
private |
Definition at line 618 of file grpcpp/impl/codegen/sync_stream.h.
|
private |
Definition at line 619 of file grpcpp/impl/codegen/sync_stream.h.