#include <delegating_channel.h>
|
grpc::CompletionQueue * | CallbackCQ () final |
|
internal::Call | CreateCall (const internal::RpcMethod &method, ClientContext *context, grpc::CompletionQueue *cq) final |
|
internal::Call | CreateCallInternal (const internal::RpcMethod &method, ClientContext *context, grpc::CompletionQueue *cq, size_t interceptor_pos) final |
|
void | NotifyOnStateChangeImpl (grpc_connectivity_state last_observed, gpr_timespec deadline, grpc::CompletionQueue *cq, void *tag) override |
|
void | PerformOpsOnCall (internal::CallOpSetInterface *ops, internal::Call *call) final |
|
void * | RegisterMethod (const char *method) final |
|
bool | WaitForStateChangeImpl (grpc_connectivity_state last_observed, gpr_timespec deadline) override |
|
Definition at line 31 of file delegating_channel.h.
◆ ~DelegatingChannel()
grpc::experimental::DelegatingChannel::~DelegatingChannel |
( |
| ) |
|
|
inlineoverride |
◆ DelegatingChannel()
grpc::experimental::DelegatingChannel::DelegatingChannel |
( |
std::shared_ptr< grpc::ChannelInterface > |
delegate_channel | ) |
|
|
inlineexplicit |
◆ CallbackCQ()
|
inlinefinalprivatevirtual |
◆ CreateCall()
|
inlinefinalprivatevirtual |
◆ CreateCallInternal()
|
inlinefinalprivatevirtual |
◆ delegate_channel()
◆ GetState()
◆ NotifyOnStateChangeImpl()
|
inlineoverrideprivatevirtual |
◆ PerformOpsOnCall()
|
inlinefinalprivatevirtual |
◆ RegisterMethod()
void* grpc::experimental::DelegatingChannel::RegisterMethod |
( |
const char * |
method | ) |
|
|
inlinefinalprivatevirtual |
◆ WaitForStateChangeImpl()
|
inlineoverrideprivatevirtual |
◆ delegate_channel_
The documentation for this class was generated from the following file: