Class ReservedDomainsUtils

java.lang.Object
google.registry.bsa.ReservedDomainsUtils

public final class ReservedDomainsUtils extends Object
Utility for looking up reserved domain names.

This utility is only concerned with reserved domains that can be created (with appropriate tokens).

  • Method Details

    • getAllReservedNames

      public static Stream<String> getAllReservedNames(org.joda.time.DateTime now)
    • isReservedDomain

      public static boolean isReservedDomain(String domain, org.joda.time.DateTime now)
      Returns true if domain is a reserved name that can be registered right now (e.g., during sunrise or with allocation token), therefore unblockable.