类 UDns
java.lang.Object
com.gdxsoft.easyweb.utils.UDns
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Query a domainQuery a domainQuery a domainstatic StringqueryDkimPublickey(String domain, String selector) Query the public key from DNS record
-
构造器详细资料
-
UDns
public UDns()
-
-
方法详细资料
-
queryDkimPublickey
Query the public key from DNS record- 参数:
domain- the email sign domainselector- the selector- 返回:
- public key
- 抛出:
Exception
-
createDefaultEnv
-
nslookup
Query a domain- 参数:
domain- the domain namequeryType- the query type, E.g. txt, a, aaaa, mx, ns ...dnsServer- the DNS server- 返回:
- the multiple results
-
nslookup
Query a domain- 参数:
domain- the domain namequeryType- the query type, E.g. txt, a, aaaa, mx, ns ...- 返回:
- the multiple results
-
nslookup
Query a domain- 参数:
env- the java.naming.factory environmentdomain- the domain namequeryType- the query type, E.g. txt, a, aaaa, mx, ns ...- 返回:
- The all results
-