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 Link icon

    • getName Link icon

      public String getName()
    • getUrl Link icon

      public URI getUrl()
    • getPolicy Link icon

      public URI getPolicy()
    • isValidLabel Link icon

      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.