Class TunnelEndPoints


  • public final class TunnelEndPoints
    extends java.lang.Object
    Static utility methods pertaining to TunnelEndPoint instances.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static TunnelEndPoint<java.lang.String> flowTunnelEndpoint()
      Returns a tunnel endpoint with FLOW keyword.
      static TunnelEndPoint<org.onlab.packet.IpAddress> ipTunnelEndpoint​(org.onlab.packet.IpAddress ipAddress)
      Returns a tunnel endpoint with supplied IP address.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • ipTunnelEndpoint

        public static TunnelEndPoint<org.onlab.packet.IpAddress> ipTunnelEndpoint​(org.onlab.packet.IpAddress ipAddress)
        Returns a tunnel endpoint with supplied IP address.
        Parameters:
        ipAddress - ip address
        Returns:
        tunnel endpoint instance
      • flowTunnelEndpoint

        public static TunnelEndPoint<java.lang.String> flowTunnelEndpoint()
        Returns a tunnel endpoint with FLOW keyword.
        Returns:
        tunnel endpoint instance