template <class W, class R>
class ServerReaderWriterBody
Defined at line 717 of file ../../third_party/grpc/src/include/grpcpp/support/sync_stream.h
Public Methods
void ServerReaderWriterBody<W, R> (grpc::internal::Call * call, grpc::ServerContext * ctx)
Defined at line 719 of file ../../third_party/grpc/src/include/grpcpp/support/sync_stream.h
void SendInitialMetadata ()
Defined at line 722 of file ../../third_party/grpc/src/include/grpcpp/support/sync_stream.h
bool NextMessageSize (uint32_t * sz)
Defined at line 736 of file ../../third_party/grpc/src/include/grpcpp/support/sync_stream.h
bool Read (R * msg)
Defined at line 742 of file ../../third_party/grpc/src/include/grpcpp/support/sync_stream.h
bool Write (const W & msg, grpc::WriteOptions options)
Defined at line 753 of file ../../third_party/grpc/src/include/grpcpp/support/sync_stream.h