|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.clackrouter.routing.RoutingEntry
net.clackrouter.routing.OSPFRoutingEntry
public class OSPFRoutingEntry
Extension of RoutingEntry to also hold OSPF data within a RoutingTable.
| Field Summary | |
|---|---|
int |
cost
|
boolean |
isLocal
|
| Fields inherited from class net.clackrouter.routing.RoutingEntry |
|---|
interface_name, last_access, mask, network, nextHop |
| Constructor Summary | |
|---|---|
OSPFRoutingEntry(java.net.InetAddress dest,
java.net.InetAddress next,
java.net.InetAddress mask,
java.lang.String iface,
int c,
boolean local)
|
|
| Method Summary |
|---|
| Methods inherited from class net.clackrouter.routing.RoutingEntry |
|---|
compareTo, getDestination, getInterface, getMask, getNextHop, isDefault, matches, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean isLocal
public int cost
| Constructor Detail |
|---|
public OSPFRoutingEntry(java.net.InetAddress dest,
java.net.InetAddress next,
java.net.InetAddress mask,
java.lang.String iface,
int c,
boolean local)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||