|
GRPC C++
1.30.0
|
General method handler class for errors that prevent real method use e.g., handle unknown method by returning UNIMPLEMENTED error. More...
#include <byte_buffer.h>
Public Member Functions | |
| void | RunHandler (const HandlerParameter ¶m) final |
| void * | Deserialize (grpc_call *, grpc_byte_buffer *req, ::grpc::Status *, void **) final |
Public Member Functions inherited from grpc::internal::MethodHandler | |
| virtual | ~MethodHandler () |
| virtual void * | Deserialize (grpc_call *, grpc_byte_buffer *req, Status *, void **) |
Static Public Member Functions | |
| template<class T > | |
| static void | FillOps (::grpc_impl::ServerContextBase *context, T *ops) |
General method handler class for errors that prevent real method use e.g., handle unknown method by returning UNIMPLEMENTED error.
|
inlinefinal |
|
inlinestatic |
|
inlinefinalvirtual |
Implements grpc::internal::MethodHandler.
1.8.16