@Deprecated public class McastRoute extends 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(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. 
 | 
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()