Uses of Class
nl.sidnlabs.dnslib.util.InternetDomainName
Packages that use InternetDomainName
-
Uses of InternetDomainName in nl.sidnlabs.dnslib.util
Methods in nl.sidnlabs.dnslib.util that return InternetDomainNameModifier and TypeMethodDescriptionCreates and returns a newInternetDomainNameby prepending the argument and a dot to the current name.static InternetDomainNameReturns an instance ofInternetDomainNameafter lenient validation.static InternetDomainNameInternetDomainName.parent()Returns anInternetDomainNamethat is the immediate ancestor of this one; that is, the current domain with the leftmost part removed.InternetDomainName.publicSuffix()Returns the public suffix portion of the domain name, ornullif no public suffix is present.InternetDomainName.registrySuffix()Returns the registry suffix portion of the domain name, ornullif no registry suffix is present.InternetDomainName.topDomainUnderRegistrySuffix()Returns the portion of this domain name that is one level beneath the registry suffix.InternetDomainName.topPrivateDomain()Returns the portion of this domain name that is one level beneath the public suffix.