GRPC C++  1.36.1
Public Member Functions | Static Public Member Functions
grpc::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
 

Static Public Member Functions

template<class T >
static void FillOps (::grpc::ServerContextBase *context, T *ops)
 

Detailed Description

template<::grpc::StatusCode code>
class grpc::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::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::internal::ErrorMethodHandler< code >::FillOps ( ::grpc::ServerContextBase context,
T *  ops 
)
inlinestatic

◆ RunHandler()

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

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