Package org.minidns.constants
Class DnsRootServer
java.lang.Object
org.minidns.constants.DnsRootServer
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final Inet4Address[]
protected static final Inet6Address[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Inet4Address
getIpv4RootServerById
(char id) static Inet6Address
getIpv6RootServerById
(char id) static Inet4Address
getRandomIpv4RootServer
(Random random) static Inet6Address
getRandomIpv6RootServer
(Random random)
-
Field Details
-
IPV4_ROOT_SERVERS
-
IPV6_ROOT_SERVERS
-
-
Constructor Details
-
DnsRootServer
public DnsRootServer()
-
-
Method Details
-
getRandomIpv4RootServer
-
getRandomIpv6RootServer
-
getIpv4RootServerById
-
getIpv6RootServerById
-