Interface RegisteredDomain.RegisteredDomainInfoCollector

Enclosing class:
RegisteredDomain

public static interface RegisteredDomain.RegisteredDomainInfoCollector
A collector for registered domain information. Implementation can be specific to the use case, for example - it can write parsed info directly to the collecting data structure.
  • Method Details

    • domain

      void domain(String domain)
      Parameters:
      domain - the domain name
    • registeredDomain

      void registeredDomain(String registeredDomain)
      Parameters:
      registeredDomain - the registered domain name
    • topLevelDomain

      void topLevelDomain(String topLevelDomain)
      Parameters:
      topLevelDomain - the top level domain, n.b. eTLD
    • subdomain

      void subdomain(String subdomain)
      Parameters:
      subdomain - the subdomain name