34 #ifndef GRPC_INTERNAL_CORE_CLIENT_CONFIG_RESOLVER_REGISTRY_H
35 #define GRPC_INTERNAL_CORE_CLIENT_CONFIG_RESOLVER_REGISTRY_H
char * grpc_get_default_authority(const char *target)
Given a target, return a (freshly allocated with gpr_malloc) string representing the default authorit...
Definition: resolver_registry.c:127
grpc_resolver * grpc_resolver_create(const char *target, grpc_subchannel_factory *subchannel_factory)
Create a resolver given target.
Definition: resolver_registry.c:117
void grpc_register_resolver_type(grpc_resolver_factory *factory)
Register a resolver type.
Definition: resolver_registry.c:62
grpc_resolver provides grpc_client_config objects to grpc_channel objects
Definition: resolver.h:46
Definition: secure_channel_create.c:132
grpc_resolver provides grpc_client_config objects to grpc_channel objects
Definition: resolver_factory.h:46
void grpc_resolver_registry_shutdown(void)
Definition: resolver_registry.c:54
void grpc_resolver_registry_init(const char *default_prefix)
Definition: resolver_registry.c:49
Constructor for new configured channels.
Definition: subchannel_factory.h:45