#include <server_callback.h>
◆ ServerUnaryReactor()
grpc::ServerUnaryReactor::ServerUnaryReactor |
( |
| ) |
|
|
inline |
◆ ~ServerUnaryReactor()
grpc::ServerUnaryReactor::~ServerUnaryReactor |
( |
| ) |
|
|
overridedefault |
◆ Finish()
Finish is similar to ServerBidiReactor except for one detail.
If the status is non-OK, any message will not be sent. Instead, the client will only receive the status and any trailing metadata.
◆ OnCancel()
void grpc::ServerUnaryReactor::OnCancel |
( |
| ) |
|
|
inlineoverridevirtual |
◆ OnDone()
void grpc::ServerUnaryReactor::OnDone |
( |
| ) |
|
|
overridepure virtual |
◆ OnSendInitialMetadataDone()
virtual void grpc::ServerUnaryReactor::OnSendInitialMetadataDone |
( |
bool |
| ) |
|
|
inlinevirtual |
◆ StartSendInitialMetadata()
void grpc::ServerUnaryReactor::StartSendInitialMetadata |
( |
| ) |
|
|
inline |
◆ ServerCallbackUnary
The documentation for this class was generated from the following file: