class InterceptedChannel

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

An InterceptedChannel is available to client Interceptors. An

InterceptedChannel is unique to an interceptor, and when an RPC is started

on this channel, only those interceptors that come after this interceptor

see the RPC.

Public Methods

void ~InterceptedChannel ()

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

grpc_connectivity_state GetState (bool try_to_connect)

Get the current channel state. If the channel is in IDLE and

is set to true, try to connect.

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

Friends

class InterceptorBatchMethodsImpl