|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RoutingEntry | |
|---|---|
| net.clackrouter.routing | Clack's routing specific code, including the basic routing table, local link info, and routing table entries for specific routing implementations (e.g., RIP, OSPF) |
| Uses of RoutingEntry in net.clackrouter.routing |
|---|
| Subclasses of RoutingEntry in net.clackrouter.routing | |
|---|---|
class |
OSPFRoutingEntry
Extension of RoutingEntry to also hold OSPF data within a RoutingTable. |
class |
RIPRoutingEntry
Extension of RoutingEntry to also hold RIP data within a RoutingTable. |
| Methods in net.clackrouter.routing that return RoutingEntry | |
|---|---|
RoutingEntry |
RoutingTable.getEntry(int i)
|
RoutingEntry |
RoutingTable.getRouteForPrefix(java.net.InetAddress net,
java.net.InetAddress mask)
|
RoutingEntry |
RoutingTable.longestPrefixMatch(java.net.InetAddress in)
|
| Methods in net.clackrouter.routing with parameters of type RoutingEntry | |
|---|---|
void |
RoutingTable.addEntry(RoutingEntry entry)
You probably want to use either addRemoteEntry() or addLocalEntry() instead of this function. |
void |
RoutingTable.addLocalEntry(RoutingEntry new_entry)
|
void |
RoutingTable.addRemoteEntry(RoutingEntry new_entry)
Must first lookup to make sure we have a route to the next-hop address already, if not, throw an error. |
void |
RoutingTable.deleteEntry(RoutingEntry entry)
|
void |
RoutingTable.moveEntryDown(RoutingEntry entry)
|
void |
RoutingTable.moveEntryUp(RoutingEntry entry)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||