#include <config_selector.h>

Classes | |
| struct | CallConfig |
| class | CallDispatchController |
| struct | GetCallConfigArgs |
Static Public Member Functions | |
| static bool | Equals (const ConfigSelector *cs1, const ConfigSelector *cs2) |
| static RefCountedPtr< ConfigSelector > | GetFromChannelArgs (const grpc_channel_args &args) |
Additional Inherited Members | |
Public Types inherited from grpc_core::RefCounted< ConfigSelector > | |
| using | RefCountedChildType = ConfigSelector |
Protected Member Functions inherited from grpc_core::RefCounted< ConfigSelector > | |
| RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) | |
Definition at line 48 of file config_selector.h.
|
overridedefault |
|
inlinestatic |
Definition at line 93 of file config_selector.h.
|
pure virtual |
Implemented in grpc_core::DefaultConfigSelector.
|
pure virtual |
Implemented in grpc_core::DefaultConfigSelector.
|
inlinevirtual |
Definition at line 102 of file config_selector.h.
|
static |
Definition at line 52 of file config_selector.cc.
| grpc_arg grpc_core::ConfigSelector::MakeChannelArg | ( | ) | const |
Definition at line 46 of file config_selector.cc.
|
inlinevirtual |
Definition at line 105 of file config_selector.h.
|
pure virtual |
Implemented in grpc_core::DefaultConfigSelector.