Classes | Public Member Functions | List of all members
grpc::internal::MethodHandler Class Referenceabstract

Base class for running an RPC handler. More...

#include <rpc_service_method.h>

Classes

struct  HandlerParameter
 

Public Member Functions

virtual void * Deserialize (grpc_call *, grpc_byte_buffer *req, Status *, void **)
 
virtual void RunHandler (const HandlerParameter &param)=0
 
virtual ~MethodHandler ()
 

Detailed Description

Base class for running an RPC handler.

Definition at line 40 of file grpcpp/impl/codegen/rpc_service_method.h.

Constructor & Destructor Documentation

◆ ~MethodHandler()

virtual grpc::internal::MethodHandler::~MethodHandler ( )
inlinevirtual

Definition at line 42 of file grpcpp/impl/codegen/rpc_service_method.h.

Member Function Documentation

◆ Deserialize()

virtual void* grpc::internal::MethodHandler::Deserialize ( grpc_call ,
grpc_byte_buffer req,
Status ,
void **   
)
inlinevirtual

Definition at line 78 of file grpcpp/impl/codegen/rpc_service_method.h.

◆ RunHandler()

virtual void grpc::internal::MethodHandler::RunHandler ( const HandlerParameter param)
pure virtual

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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:33