@Beta public class McastRoute extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
McastRoute.Type |
| Constructor and Description |
|---|
McastRoute(org.onlab.packet.IpAddress source,
org.onlab.packet.IpAddress group,
McastRoute.Type type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.onlab.packet.IpAddress |
group()
Fetches the group address of this route.
|
int |
hashCode() |
org.onlab.packet.IpAddress |
source()
Fetches the source address of this route.
|
String |
toString() |
McastRoute.Type |
type()
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()