Class McastRoute


  • @Deprecated
    public class McastRoute
    extends java.lang.Object
    Deprecated.
    in 1.11 ("Loon") release. To be moved into an app.
    An entity representing a multicast route consisting of a source and a multicast group address.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  McastRoute.Type
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      McastRoute​(org.onlab.packet.IpAddress source, org.onlab.packet.IpAddress group, McastRoute.Type type)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)
      Deprecated.
       
      org.onlab.packet.IpAddress group()
      Deprecated.
      Fetches the group address of this route.
      int hashCode()
      Deprecated.
       
      org.onlab.packet.IpAddress source()
      Deprecated.
      Fetches the source address of this route.
      java.lang.String toString()
      Deprecated.
       
      McastRoute.Type type()
      Deprecated.
      Obtains how this route was created.
      • Methods inherited from class java.lang.Object

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

      • McastRoute

        public McastRoute​(org.onlab.packet.IpAddress source,
                          org.onlab.packet.IpAddress group,
                          McastRoute.Type type)
        Deprecated.
    • Method Detail

      • source

        public org.onlab.packet.IpAddress source()
        Deprecated.
        Fetches the source address of this route.
        Returns:
        an ip address
      • group

        public org.onlab.packet.IpAddress group()
        Deprecated.
        Fetches the group address of this route.
        Returns:
        an ip address
      • type

        public McastRoute.Type type()
        Deprecated.
        Obtains how this route was created.
        Returns:
        a type of route
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object