GRPC C++
1.39.1
|
General method handler class for errors that prevent real method use e.g., handle unknown method by returning UNIMPLEMENTED error. More...
#include <method_handler.h>
Public Member Functions | |
ErrorMethodHandler (const std::string &message) | |
void | RunHandler (const HandlerParameter ¶m) final |
void * | Deserialize (grpc_call *, grpc_byte_buffer *req, ::grpc::Status *, void **) final |
![]() | |
virtual | ~MethodHandler () |
virtual void * | Deserialize (grpc_call *, grpc_byte_buffer *req, Status *, void **) |
Static Public Member Functions | |
template<class T > | |
static void | FillOps (::grpc::ServerContextBase *context, const std::string &message, T *ops) |
General method handler class for errors that prevent real method use e.g., handle unknown method by returning UNIMPLEMENTED error.
|
inlineexplicit |
|
inlinefinal |
|
inlinestatic |
|
inlinefinalvirtual |
Implements grpc::internal::MethodHandler.