public interface HostIdentifierString extends Serializable
Modifier and Type | Field and Description |
---|---|
static char |
SEGMENT_VALUE_DELIMITER |
Modifier and Type | Method and Description |
---|---|
Address |
getAddress() |
Address |
toAddress() |
String |
toNormalizedString()
provides a normalized String representation for the host identified by this HostIdentifierString instance
|
String |
toString()
Returns the original non-normalized string used to construct this HostIdentifierString
|
void |
validate() |
static final char SEGMENT_VALUE_DELIMITER
String toNormalizedString()
void validate() throws HostIdentifierException
HostIdentifierException
Address getAddress()
Address toAddress() throws IOException, HostIdentifierException
IOException
HostIdentifierException