Class TransportEndpointId


  • @Beta
    @Immutable
    public class TransportEndpointId
    extends org.onlab.util.Identifier<java.lang.String>
    Identifier for a transport entity endpoint.

    Identifier will be assigned by the implementation of this Behaviour. It must be unique within the Device.

    • Field Summary

      • Fields inherited from class org.onlab.util.Identifier

        identifier
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static TransportEndpointId of​(java.lang.String id)
      Creates a TransportEndpointId from given String.
      • Methods inherited from class org.onlab.util.Identifier

        equals, hashCode, id, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TransportEndpointId

        protected TransportEndpointId​(java.lang.String id)
      • TransportEndpointId

        protected TransportEndpointId()