Class DomainName

java.lang.Object
nl.sidnlabs.dnslib.util.DomainName

public class DomainName extends Object
  • Method Details

    • registeredDomain

      public static RegisteredDomain registeredDomain(String domain)
      Returns the registered domain of the specified domain.
      Parameters:
      domain - the domain name
      Returns:
      the registered domain, or null if not known or not registerable
      Throws:
      NullPointerException - if domain is null