class CancelInterceptorBatchMethods

Defined at line 411 of file ../../third_party/grpc/src/include/grpcpp/impl/interceptor_common.h

A special implementation of InterceptorBatchMethods to send a Cancel

notification down the interceptor stack

Public Methods

bool QueryInterceptionHookPoint (experimental::InterceptionHookPoints type)

Defined at line 414 of file ../../third_party/grpc/src/include/grpcpp/impl/interceptor_common.h

void Proceed ()

Defined at line 419 of file ../../third_party/grpc/src/include/grpcpp/impl/interceptor_common.h

void Hijack ()

Defined at line 424 of file ../../third_party/grpc/src/include/grpcpp/impl/interceptor_common.h

ByteBuffer * GetSerializedSendMessage ()

Defined at line 430 of file ../../third_party/grpc/src/include/grpcpp/impl/interceptor_common.h

bool GetSendMessageStatus ()

Defined at line 437 of file ../../third_party/grpc/src/include/grpcpp/impl/interceptor_common.h

const void * GetSendMessage ()

Defined at line 444 of file ../../third_party/grpc/src/include/grpcpp/impl/interceptor_common.h

void ModifySendMessage (const void * )

Defined at line 451 of file ../../third_party/grpc/src/include/grpcpp/impl/interceptor_common.h

std::multimap<std::string, std::string> * GetSendInitialMetadata ()

Defined at line 457 of file ../../third_party/grpc/src/include/grpcpp/impl/interceptor_common.h

Status GetSendStatus ()

Defined at line 463 of file ../../third_party/grpc/src/include/grpcpp/impl/interceptor_common.h

void ModifySendStatus (const Status & )

Defined at line 470 of file ../../third_party/grpc/src/include/grpcpp/impl/interceptor_common.h

std::multimap<std::string, std::string> * GetSendTrailingMetadata ()

Defined at line 475 of file ../../third_party/grpc/src/include/grpcpp/impl/interceptor_common.h

void * GetRecvMessage ()

Defined at line 481 of file ../../third_party/grpc/src/include/grpcpp/impl/interceptor_common.h

std::multimap<grpc::string_ref, grpc::string_ref> * GetRecvInitialMetadata ()

Defined at line 488 of file ../../third_party/grpc/src/include/grpcpp/impl/interceptor_common.h

Status * GetRecvStatus ()

Defined at line 495 of file ../../third_party/grpc/src/include/grpcpp/impl/interceptor_common.h

std::multimap<grpc::string_ref, grpc::string_ref> * GetRecvTrailingMetadata ()

Defined at line 502 of file ../../third_party/grpc/src/include/grpcpp/impl/interceptor_common.h

std::unique_ptr<ChannelInterface> GetInterceptedChannel ()

Defined at line 509 of file ../../third_party/grpc/src/include/grpcpp/impl/interceptor_common.h

void FailHijackedRecvMessage ()

Defined at line 515 of file ../../third_party/grpc/src/include/grpcpp/impl/interceptor_common.h

void FailHijackedSendMessage ()

Defined at line 520 of file ../../third_party/grpc/src/include/grpcpp/impl/interceptor_common.h