This is the complete list of members for grpc::Channel, including all inherited members.
__enter__(self) | grpc::Channel | |
__exit__(self, exc_type, exc_val, exc_tb) | grpc::Channel | |
c_channel_ | grpc::Channel | private |
callback_cq_ | grpc::Channel | private |
CallbackCQ() override | grpc::Channel | privatevirtual |
Channel(const std::string &host, grpc_channel *c_channel, std::vector< std::unique_ptr< grpc::experimental::ClientInterceptorFactoryInterface >> interceptor_creators) | grpc::Channel | private |
close(self) | grpc::Channel | |
CreateCall(const grpc::internal::RpcMethod &method, grpc::ClientContext *context, grpc::CompletionQueue *cq) override | grpc::Channel | privatevirtual |
CreateCallInternal(const grpc::internal::RpcMethod &method, grpc::ClientContext *context, grpc::CompletionQueue *cq, size_t interceptor_pos) override | grpc::Channel | privatevirtual |
experimental::ChannelResetConnectionBackoff(Channel *channel) | grpc::Channel | friend |
GetLoadBalancingPolicyName() const | grpc::Channel | |
GetServiceConfigJSON() const | grpc::Channel | |
GetState(bool try_to_connect) override | grpc::Channel | virtual |
grpc::CreateChannelInternal(const std::string &host, grpc_channel *c_channel, std::vector< std::unique_ptr< grpc::experimental::ClientInterceptorFactoryInterface >> interceptor_creators) | grpc::Channel | friend |
grpc::internal::BlockingUnaryCallImpl class | grpc::Channel | friend |
grpc::internal::InterceptedChannel class | grpc::Channel | friend |
grpc::testing::ChannelTestPeer class | grpc::Channel | friend |
grpc_init_called_ | grpc::GrpcLibraryCodegen | private |
GrpcLibraryCodegen(bool call_grpc_init=true) | grpc::GrpcLibraryCodegen | inlineexplicitprivate |
host_ | grpc::Channel | private |
interceptor_creators_ | grpc::Channel | private |
mu_ | grpc::Channel | private |
NotifyOnStateChange(grpc_connectivity_state last_observed, T deadline, grpc::CompletionQueue *cq, void *tag) | grpc::ChannelInterface | inline |
NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, gpr_timespec deadline, grpc::CompletionQueue *cq, void *tag) override | grpc::Channel | privatevirtual |
PerformOpsOnCall(grpc::internal::CallOpSetInterface *ops, grpc::internal::Call *call) override | grpc::Channel | privatevirtual |
RegisterMethod(const char *method) override | grpc::Channel | privatevirtual |
stream_stream(self, method, request_serializer=None, response_deserializer=None) | grpc::Channel | |
stream_unary(self, method, request_serializer=None, response_deserializer=None) | grpc::Channel | |
subscribe(self, callback, try_to_connect=False) | grpc::Channel | |
unary_stream(self, method, request_serializer=None, response_deserializer=None) | grpc::Channel | |
unary_unary(self, method, request_serializer=None, response_deserializer=None) | grpc::Channel | |
unsubscribe(self, callback) | grpc::Channel | |
WaitForConnected(T deadline) | grpc::ChannelInterface | inline |
WaitForStateChange(grpc_connectivity_state last_observed, T deadline) | grpc::ChannelInterface | inline |
WaitForStateChangeImpl(grpc_connectivity_state last_observed, gpr_timespec deadline) override | grpc::Channel | privatevirtual |
~CallHook() | grpc::internal::CallHook | inlinevirtual |
~Channel() override | grpc::Channel | |
~ChannelInterface() | grpc::ChannelInterface | inlinevirtual |
~GrpcLibraryCodegen() | grpc::GrpcLibraryCodegen | inlineprivatevirtual |