Constructor and Description |
---|
DnsClient() |
Modifier and Type | Method and Description |
---|---|
static <T extends microsoft.exchange.webservices.data.dns.DnsRecord> |
dnsQuery(Class<T> cls,
String domain,
String dnsServerAddress)
Performs Dns query.
|
public DnsClient()
public static <T extends microsoft.exchange.webservices.data.dns.DnsRecord> List<T> dnsQuery(Class<T> cls, String domain, String dnsServerAddress) throws DnsException
T
- the generic typecls
- DnsRecord Typedomain
- the domaindnsServerAddress
- IPAddress of DNS server to use (may be null)DnsException
- the dns exceptionCopyright © 2012–2015 Microsoft. All rights reserved.