#include <byte_buffer.h>
Public Member Functions | |
void * | Deserialize (grpc_call *, grpc_byte_buffer *req, grpc::Status *, void **) final |
ErrorMethodHandler (const std::string &message) | |
void | RunHandler (const HandlerParameter ¶m) final |
Static Public Member Functions | |
template<class T > | |
static void | FillOps (grpc::ServerContextBase *context, const std::string &message, T *ops) |
Private Attributes | |
const std::string | message_ |
General method handler class for errors that prevent real method use e.g., handle unknown method by returning UNIMPLEMENTED error.
Definition at line 49 of file include/grpcpp/impl/codegen/byte_buffer.h.
|
inlineexplicit |
Definition at line 359 of file impl/codegen/method_handler.h.
|
inlinefinal |
Definition at line 385 of file impl/codegen/method_handler.h.
|
inlinestatic |
Definition at line 362 of file impl/codegen/method_handler.h.
|
inlinefinal |
Definition at line 376 of file impl/codegen/method_handler.h.
|
private |
Definition at line 395 of file impl/codegen/method_handler.h.