Class IdnTable

java.lang.Object
google.registry.tldconfig.idn.IdnTable

@Immutable public final class IdnTable extends Object
An IDN table for a particular TLD.
  • Method Details

    • getName

      public String getName()
    • getUrl

      public URI getUrl()
    • getPolicy

      public URI getPolicy()
    • isValidLabel

      public boolean isValidLabel(String label)
      Returns true if the given label is valid for this IDN table. A label is considered valid if all of its codepoints are in the IDN table.