ants
Class RouteEntry
java.lang.Object
|
+--ants.RouteEntry
- public class RouteEntry
- extends java.lang.Object
a single entry of route table
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
dst
public int dst
nxt
public int nxt
addr
public ChannelAddress addr
cost
public int cost
expires
public long expires
change
public boolean change
unresolved
public java.lang.String unresolved
RouteEntry
public RouteEntry(int d,
int n,
ChannelAddress a)
RouteEntry
public RouteEntry(int d,
int n,
java.lang.String unresolved)
RouteEntry
public RouteEntry(java.lang.String d,
java.lang.String n,
java.lang.String a)
throws java.lang.Exception