template <class Request, class Response>
class ServerCallbackReaderWriter
Defined at line 247 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h
Public Methods
void Finish (grpc::Status s)
void SendInitialMetadata ()
void Read (Request * msg)
void Write (const Response * msg, grpc::WriteOptions options)
void WriteAndFinish (const Response * msg, grpc::WriteOptions options, grpc::Status s)
void ~ServerCallbackReaderWriter<Request, Response> ()
Defined at line 249 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h
Protected Methods
void BindReactor (ServerBidiReactor<Request, Response> * reactor)
Defined at line 259 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h