| Constructor and Description |
|---|
DnsUtils() |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
isLetterDigitHyphen(char c) |
protected static boolean |
isLetterDigitHyphen(String label) |
static void |
validateFQDN(String fqdn)
Verify
fqdn is a syntactically valid DNS name. |
protected static void |
validateLabel(String label) |
public DnsUtils()
public static void validateFQDN(String fqdn)
Verify fqdn is a syntactically valid DNS name.
See http://en.wikipedia.org/wiki/Domain_Name_System#Domain_name_syntax
IllegalArgumentException - If fqdn is not a syntactically valid DNS name.protected static void validateLabel(String label)
protected static boolean isLetterDigitHyphen(String label)
protected static boolean isLetterDigitHyphen(char c)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.