GRPC C++  1.62.0
Public Member Functions | Protected Member Functions
grpc::internal::CallOpServerSendStatus Class Reference

#include <call_op_set.h>

Public Member Functions

 CallOpServerSendStatus ()
 
void ServerSendStatus (std::multimap< std::string, std::string > *trailing_metadata, const Status &status)
 

Protected Member Functions

void AddOp (grpc_op *ops, size_t *nops)
 
void FinishOp (bool *)
 
void SetInterceptionHookPoint (InterceptorBatchMethodsImpl *interceptor_methods)
 
void SetFinishInterceptionHookPoint (InterceptorBatchMethodsImpl *)
 
void SetHijackingState (InterceptorBatchMethodsImpl *)
 

Constructor & Destructor Documentation

◆ CallOpServerSendStatus()

grpc::internal::CallOpServerSendStatus::CallOpServerSendStatus ( )
inline

Member Function Documentation

◆ AddOp()

void grpc::internal::CallOpServerSendStatus::AddOp ( grpc_op ops,
size_t *  nops 
)
inlineprotected

◆ FinishOp()

void grpc::internal::CallOpServerSendStatus::FinishOp ( bool *  )
inlineprotected

◆ ServerSendStatus()

void grpc::internal::CallOpServerSendStatus::ServerSendStatus ( std::multimap< std::string, std::string > *  trailing_metadata,
const Status status 
)
inline

◆ SetFinishInterceptionHookPoint()

void grpc::internal::CallOpServerSendStatus::SetFinishInterceptionHookPoint ( InterceptorBatchMethodsImpl )
inlineprotected

◆ SetHijackingState()

void grpc::internal::CallOpServerSendStatus::SetHijackingState ( InterceptorBatchMethodsImpl )
inlineprotected

◆ SetInterceptionHookPoint()

void grpc::internal::CallOpServerSendStatus::SetInterceptionHookPoint ( InterceptorBatchMethodsImpl interceptor_methods)
inlineprotected

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