#include <byte_buffer.h>
Classes | |
class | ServerCallbackUnaryImpl |
Public Member Functions | |
CallbackUnaryHandler (std::function< ServerUnaryReactor *(grpc::CallbackServerContext *, const RequestType *, ResponseType *)> get_reactor) | |
void * | Deserialize (grpc_call *call, grpc_byte_buffer *req, grpc::Status *status, void **handler_data) final |
void | RunHandler (const HandlerParameter ¶m) final |
void | SetMessageAllocator (MessageAllocator< RequestType, ResponseType > *allocator) |
Private Attributes | |
MessageAllocator< RequestType, ResponseType > * | allocator_ = nullptr |
std::function< ServerUnaryReactor *(grpc::CallbackServerContext *, const RequestType *, ResponseType *)> | get_reactor_ |
Definition at line 41 of file include/grpcpp/impl/codegen/byte_buffer.h.
|
inlineexplicit |
Definition at line 35 of file server_callback_handlers.h.
|
inlinefinal |
Definition at line 81 of file server_callback_handlers.h.
|
inlinefinal |
Invoke SetupReactor as the last part of the handler
Definition at line 46 of file server_callback_handlers.h.
|
inline |
Definition at line 41 of file server_callback_handlers.h.
|
private |
Definition at line 110 of file server_callback_handlers.h.
|
private |
Definition at line 109 of file server_callback_handlers.h.