public interface URIResolver
| Modifier and Type | Method and Description |
|---|---|
default int |
priority()
Determine the priority for the resolver.
|
List<SocketAddress> |
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 uriList<SocketAddress> resolve(URI uri)
uri - the uriEquivalentAddressGroupCopyright © 2018. All rights reserved.