Package google.registry.bsa
Class ReservedDomainsUtils
java.lang.Object
google.registry.bsa.ReservedDomainsUtils
Utility for looking up reserved domain names.
This utility is only concerned with reserved domains that can be created (with appropriate tokens).
-
Method Summary
Modifier and TypeMethodDescriptiongetAllReservedNames
(org.joda.time.DateTime now) static boolean
isReservedDomain
(String domain, org.joda.time.DateTime now) Returns true ifdomain
is a reserved name that can be registered right now (e.g., during sunrise or with allocation token), therefore unblockable.
-
Method Details
-
getAllReservedNames
-
isReservedDomain
Returns true ifdomain
is a reserved name that can be registered right now (e.g., during sunrise or with allocation token), therefore unblockable.
-