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