public interface DnsSrvResolver
| Modifier and Type | Method and Description |
|---|---|
List<LookupResult> |
resolve(String fqdn)
Does a DNS SRV lookup for the supplied fully qualified domain name, and returns the
matching results.
|
List<LookupResult> resolve(String fqdn)
fqdn - a DNS name to query forDnsException - if there was an error doing the DNS lookupCopyright © 2017. All rights reserved.