@Deprecated public class McastRoute extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
McastRoute.Type
Deprecated.
|
| Constructor and Description |
|---|
McastRoute(org.onlab.packet.IpAddress source,
org.onlab.packet.IpAddress group,
McastRoute.Type type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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.
|
String |
toString()
Deprecated.
|
McastRoute.Type |
type()
Deprecated.
Obtains how this route was created.
|
public McastRoute(org.onlab.packet.IpAddress source,
org.onlab.packet.IpAddress group,
McastRoute.Type type)
public org.onlab.packet.IpAddress source()
public org.onlab.packet.IpAddress group()
public McastRoute.Type type()