- All Superinterfaces:
Serializable
- All Known Implementing Classes:
HostName
,IPAddressString
,MACAddressString
A string that is used to identify a network host.
- Author:
- sfoley
-
Field Details
-
SEGMENT_VALUE_DELIMITER
static final char SEGMENT_VALUE_DELIMITER- See Also:
-
-
Method Details
-
toNormalizedString
String toNormalizedString()provides a normalized String representation for the host identified by this HostIdentifierString instance- Returns:
- the normalized string
-
validate
- Throws:
HostIdentifierException
-
getAddress
Address getAddress() -
toAddress
- Throws:
IOException
HostIdentifierException
-
toString
String toString()Returns the original non-normalized string used to construct this HostIdentifierString
-