Package | Description |
---|---|
org.springframework.security.remoting.dns |
DNS resolution.
|
Modifier and Type | Class and Description |
---|---|
class |
DnsEntryNotFoundException
This will be thrown if no entry matches the specified DNS query.
|
Modifier and Type | Method and Description |
---|---|
String |
DnsResolver.resolveIpAddress(String hostname)
Resolves the IP Address (A record) to the specified host name.
|
String |
DnsResolver.resolveServiceEntry(String serviceType,
String domain)
Resolves the host name for the specified service in the specified domain
|
String |
DnsResolver.resolveServiceIpAddress(String serviceType,
String domain)
Resolves the host name for the specified service and then the IP Address for this host in one call.
|
Copyright © 2015. All rights reserved.