Uses of Class
gnu.inet.encoding.StringprepException

Packages that use StringprepException
gnu.inet.encoding   
 

Uses of StringprepException in gnu.inet.encoding
 

Methods in gnu.inet.encoding that throw StringprepException
static String Stringprep.nameprep(String input)
          Preps a name according to the Stringprep profile defined in RFC3491.
static String Stringprep.nameprep(String input, boolean allowUnassigned)
          Preps a name according to the Stringprep profile defined in RFC3491.
static String Stringprep.nodeprep(String input)
          Preps a node name according to the Stringprep profile defined in RFC3920.
static String Stringprep.nodeprep(String input, boolean allowUnassigned)
          Preps a node name according to the Stringprep profile defined in RFC3920.
static String Stringprep.resourceprep(String input)
          Preps a resource name according to the Stringprep profile defined in RFC3920.
static String Stringprep.resourceprep(String input, boolean allowUnassigned)
          Preps a resource name according to the Stringprep profile defined in RFC3920.
 

Constructors in gnu.inet.encoding with parameters of type StringprepException
IDNAException(StringprepException e)
           
 



Copyright © 2013 Tigase. All Rights Reserved.