GRPC C++  1.30.0
Public Member Functions | Static Public Member Functions
grpc_impl::internal::ErrorMethodHandler< code > Class Template Reference

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 &param) 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)
 

Detailed Description

template<::grpc::StatusCode code>
class grpc_impl::internal::ErrorMethodHandler< code >

General method handler class for errors that prevent real method use e.g., handle unknown method by returning UNIMPLEMENTED error.

Member Function Documentation

◆ Deserialize()

template<::grpc::StatusCode code>
void* grpc_impl::internal::ErrorMethodHandler< code >::Deserialize ( grpc_call ,
grpc_byte_buffer req,
::grpc::Status ,
void **   
)
inlinefinal

◆ FillOps()

template<::grpc::StatusCode code>
template<class T >
static void grpc_impl::internal::ErrorMethodHandler< code >::FillOps ( ::grpc_impl::ServerContextBase context,
T *  ops 
)
inlinestatic

◆ RunHandler()

template<::grpc::StatusCode code>
void grpc_impl::internal::ErrorMethodHandler< code >::RunHandler ( const HandlerParameter param)
inlinefinalvirtual

The documentation for this class was generated from the following files: