Package org.onosproject.net.mcast
Class McastRoute
- java.lang.Object
 - 
- org.onosproject.net.mcast.McastRoute
 
 
- 
@Deprecated public class McastRoute extends java.lang.ObjectDeprecated.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 classMcastRoute.TypeDeprecated. 
- 
Constructor Summary
Constructors Constructor Description McastRoute(IpAddress source, IpAddress group, McastRoute.Type type)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Deprecated.IpAddressgroup()Deprecated.Fetches the group address of this route.inthashCode()Deprecated.IpAddresssource()Deprecated.Fetches the source address of this route.java.lang.StringtoString()Deprecated.McastRoute.Typetype()Deprecated.Obtains how this route was created. 
 - 
 
- 
- 
Constructor Detail
- 
McastRoute
public McastRoute(IpAddress source, IpAddress group, McastRoute.Type type)
Deprecated. 
 - 
 
- 
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
 
 
- 
toString
public java.lang.String toString()
Deprecated.- Overrides:
 toStringin classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
Deprecated.- Overrides:
 hashCodein classjava.lang.Object
 
 - 
 
 -