Public Member Functions | |
void | Reset () override |
bool | RunNextState (bool ok) override |
ServerRpcContextUnaryImpl (std::function< void(ServerContextType *, RequestType *, grpc::ServerAsyncResponseWriter< ResponseType > *, void *)> request_method, std::function< grpc::Status(RequestType *, ResponseType *)> invoke_method) | |
~ServerRpcContextUnaryImpl () override | |
![]() | |
void | lock () |
ServerRpcContext () | |
void | unlock () |
virtual | ~ServerRpcContext () |
Private Member Functions | |
bool | finisher (bool) |
bool | invoker (bool ok) |
Private Attributes | |
std::function< grpc::Status(RequestType *, ResponseType *)> | invoke_method_ |
bool(ServerRpcContextUnaryImpl::* | next_state_ )(bool) |
RequestType | req_ |
std::function< void(ServerContextType *, RequestType *, grpc::ServerAsyncResponseWriter< ResponseType > *, void *)> | request_method_ |
ResponseType | response_ |
grpc::ServerAsyncResponseWriter< ResponseType > | response_writer_ |
std::unique_ptr< ServerContextType > | srv_ctx_ |
Definition at line 253 of file server_async.cc.
|
inline |
Definition at line 255 of file server_async.cc.
|
inlineoverride |
Definition at line 269 of file server_async.cc.
|
inlineprivate |
Definition at line 284 of file server_async.cc.
|
inlineprivate |
Definition at line 285 of file server_async.cc.
|
inlineoverridevirtual |
Definition at line 271 of file server_async.cc.
|
inlineoverridevirtual |
Definition at line 270 of file server_async.cc.
|
private |
Definition at line 305 of file server_async.cc.
|
private |
Definition at line 301 of file server_async.cc.
|
private |
Definition at line 299 of file server_async.cc.
|
private |
Definition at line 304 of file server_async.cc.
|
private |
Definition at line 300 of file server_async.cc.
|
private |
Definition at line 306 of file server_async.cc.
|
private |
Definition at line 298 of file server_async.cc.