Class McastRoute


  • @Deprecated
    public class McastRoute
    extends 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.
    • Method Detail

      • source

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

        public 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
      • equals

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

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