Uses of Interface
nl.sidnlabs.dnslib.util.RegisteredDomain
-
Packages that use RegisteredDomain Package Description nl.sidnlabs.dnslib.util -
-
Uses of RegisteredDomain in nl.sidnlabs.dnslib.util
Methods in nl.sidnlabs.dnslib.util that return RegisteredDomain Modifier and Type Method Description static RegisteredDomainDomainName. registeredDomain(String domain)Returns the registered domain of the specified domain.Methods in nl.sidnlabs.dnslib.util that return types with arguments of type RegisteredDomain Modifier and Type Method Description static Optional<RegisteredDomain>RegisteredDomain. from(String domain)Returns anOptional<RegisteredDomain>representing the registered part of the specified domain.
-