Class TunnelEndPoint<T>


  • public final class TunnelEndPoint<T>
    extends Object
    Represents for source end point or destination end point of a tunnel. Maybe a tunnel based on ConnectPoint, IpAddress, MacAddress and so on is built.
    • Constructor Detail

      • TunnelEndPoint

        public TunnelEndPoint​(T value)
        Default constructor.
        Parameters:
        value - value of the tunnel endpoint
    • Method Detail

      • value

        public T value()
        Returns the value.
        Returns:
        tunnel endpoint value
      • strValue

        public String strValue()
        Returns the value as a string.
        Returns:
        string value
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object