19 #ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_PROXY_MAPPER_REGISTRY_H
20 #define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_PROXY_MAPPER_REGISTRY_H
37 std::unique_ptr<ProxyMapperInterface> mapper);
Definition: proxy_mapper_registry.h:28
static void Register(bool at_start, std::unique_ptr< ProxyMapperInterface > mapper)
Registers a new proxy mapper.
Definition: proxy_mapper_registry.cc:52
static void Init()
Definition: proxy_mapper_registry.cc:35
static bool MapName(const char *server_uri, const grpc_channel_args *args, char **name_to_resolve, grpc_channel_args **new_args)
Definition: proxy_mapper_registry.cc:63
static bool MapAddress(const grpc_resolved_address &address, const grpc_channel_args *args, grpc_resolved_address **new_address, grpc_channel_args **new_args)
Definition: proxy_mapper_registry.cc:76
static void Shutdown()
Definition: proxy_mapper_registry.cc:41
Round Robin Policy.
Definition: backend_metric.cc:24
An array of arguments that can be passed around.
Definition: grpc_types.h:132
Definition: resolve_address.h:44