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