public interface URIResolver
| Modifier and Type | Method and Description |
|---|---|
default int |
priority()
Determine the priority for the resolver.
|
List<io.grpc.EquivalentAddressGroup> |
resolve(URI uri)
Resolve the uri.
|
boolean |
supports(URI uri)
Check if this resolver supports the given
URI. |
default int priority()
boolean supports(URI uri)
URI.uri - the uriCopyright © 2017. All rights reserved.