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