Module inet.ipaddr
Package inet.ipaddr

Interface HostIdentifierString

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    HostName, IPAddressString, MACAddressString

    public interface HostIdentifierString
    extends java.io.Serializable
    A string that is used to identify a network host.
    Author:
    sfoley
    • Method Detail

      • toNormalizedString

        java.lang.String toNormalizedString()
        provides a normalized String representation for the host identified by this HostIdentifierString instance
        Returns:
        the normalized string
      • toString

        java.lang.String toString()
        Returns the original non-normalized string used to construct this HostIdentifierString
        Overrides:
        toString in class java.lang.Object
        Returns: