public final class DirectUriResolver extends Object implements URIResolver
| Modifier and Type | Method and Description |
|---|---|
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. |
public int priority()
URIResolverpriority in interface URIResolverpublic boolean supports(URI uri)
URIResolverURI.supports in interface URIResolveruri - the uripublic List<SocketAddress> resolve(URI uri)
URIResolverresolve in interface URIResolveruri - the uriEquivalentAddressGroupCopyright © 2018. All rights reserved.