class CancelInterceptorBatchMethods

Defined at line 412 of file ../../third_party/grpc-migrating/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 415 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/interceptor_common.h

void Proceed ()

Defined at line 420 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/interceptor_common.h

void Hijack ()

Defined at line 425 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/interceptor_common.h

ByteBuffer * GetSerializedSendMessage ()

Defined at line 431 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/interceptor_common.h

bool GetSendMessageStatus ()

Defined at line 438 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/interceptor_common.h

const void * GetSendMessage ()

Defined at line 445 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/interceptor_common.h

void ModifySendMessage (const void * )

Defined at line 452 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/interceptor_common.h

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

Defined at line 458 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/interceptor_common.h

Status GetSendStatus ()

Defined at line 464 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/interceptor_common.h

void ModifySendStatus (const Status & )

Defined at line 471 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/interceptor_common.h

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

Defined at line 476 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/interceptor_common.h

void * GetRecvMessage ()

Defined at line 482 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/interceptor_common.h

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

Defined at line 489 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/interceptor_common.h

Status * GetRecvStatus ()

Defined at line 496 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/interceptor_common.h

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

Defined at line 503 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/interceptor_common.h

std::unique_ptr<ChannelInterface> GetInterceptedChannel ()

Defined at line 510 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/interceptor_common.h

void FailHijackedRecvMessage ()

Defined at line 516 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/interceptor_common.h

void FailHijackedSendMessage ()

Defined at line 521 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/interceptor_common.h