#include <server_callback_impl.h>
◆ ServerUnaryReactor()
grpc_impl::ServerUnaryReactor::ServerUnaryReactor |
( |
| ) |
|
|
inline |
◆ ~ServerUnaryReactor()
grpc_impl::ServerUnaryReactor::~ServerUnaryReactor |
( |
| ) |
|
|
default |
◆ Finish()
void grpc_impl::ServerUnaryReactor::Finish |
( |
::grpc::Status |
s | ) |
|
|
inline |
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_impl::ServerUnaryReactor::OnCancel |
( |
| ) |
|
|
inlineoverridevirtual |
◆ OnDone()
void grpc_impl::ServerUnaryReactor::OnDone |
( |
| ) |
|
|
overridepure virtual |
◆ OnSendInitialMetadataDone()
virtual void grpc_impl::ServerUnaryReactor::OnSendInitialMetadataDone |
( |
bool |
| ) |
|
|
inlinevirtual |
◆ StartSendInitialMetadata()
void grpc_impl::ServerUnaryReactor::StartSendInitialMetadata |
( |
| ) |
|
|
inline |
◆ ServerCallbackUnary
The documentation for this class was generated from the following file: