|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StringprepException | |
|---|---|
| gnu.inet.encoding | |
| Uses of StringprepException in gnu.inet.encoding |
|---|
| Methods in gnu.inet.encoding that throw StringprepException | |
|---|---|
static java.lang.String |
Stringprep.nameprep(java.lang.String input)
Preps a name according to the Stringprep profile defined in RFC3491. |
static java.lang.String |
Stringprep.nameprep(java.lang.String input,
boolean allowUnassigned)
Preps a name according to the Stringprep profile defined in RFC3491. |
static java.lang.String |
Stringprep.nodeprep(java.lang.String input)
Preps a node name according to the Stringprep profile defined in RFC3920. |
static java.lang.String |
Stringprep.nodeprep(java.lang.String input,
boolean allowUnassigned)
Preps a node name according to the Stringprep profile defined in RFC3920. |
static java.lang.String |
Stringprep.resourceprep(java.lang.String input)
Preps a resource name according to the Stringprep profile defined in RFC3920. |
static java.lang.String |
Stringprep.resourceprep(java.lang.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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||