Class IDNEmailAddressConverter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toASCII​(java.lang.String email)
      Convert an email address to its ASCII representation using "Punycode".
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IDNEmailAddressConverter

        public IDNEmailAddressConverter()
    • Method Detail

      • toASCII

        public java.lang.String toASCII​(java.lang.String email)
        Convert an email address to its ASCII representation using "Punycode".
        Parameters:
        email - email address.
        Returns:
        The ASCII representation