#include <resolver_factory.h>
◆ ~ResolverFactory()
virtual grpc_core::ResolverFactory::~ResolverFactory |
( |
| ) |
|
|
inlinevirtual |
◆ CreateResolver()
Returns a new resolver instance.
◆ GetDefaultAuthority()
Returns a string representing the default authority to use for this scheme.
◆ IsValidUri()
virtual bool grpc_core::ResolverFactory::IsValidUri |
( |
const grpc_uri * |
uri | ) |
const |
|
pure virtual |
Returns a bool indicating whether the input uri is valid to create a resolver.
◆ scheme()
virtual const char* grpc_core::ResolverFactory::scheme |
( |
| ) |
const |
|
pure virtual |
Returns the URI scheme that this factory implements.
Caller does NOT take ownership of result.
The documentation for this class was generated from the following file: