@Beta public class McastRoute extends Object
Modifier and Type | Class and Description |
---|---|
static class |
McastRoute.Type |
Constructor and Description |
---|
McastRoute(IpAddress source,
IpAddress group,
McastRoute.Type type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
IpAddress |
group()
Fetches the group address of this route.
|
int |
hashCode() |
IpAddress |
source()
Fetches the source address of this route.
|
String |
toString() |
McastRoute.Type |
type()
Obtains how this route was created.
|
public McastRoute(IpAddress source, IpAddress group, McastRoute.Type type)
public IpAddress source()
public IpAddress group()
public McastRoute.Type type()