|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjist.swans.route.RouteDsr.RouteReplyTableEntry
private class RouteDsr.RouteReplyTableEntry
An entry in the Gratuitous Route Reply Table.
| Field Summary | |
|---|---|
NetAddress |
lastHop
The last hop address of the shortened Source Route before reaching this node. |
NetAddress |
originator
The originator of the shortened Source Route. |
| Constructor Summary | |
|---|---|
RouteDsr.RouteReplyTableEntry(NetAddress o,
NetAddress l)
Creates a new RouteReplyTableEntry. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public NetAddress originator
public NetAddress lastHop
| Constructor Detail |
|---|
public RouteDsr.RouteReplyTableEntry(NetAddress o,
NetAddress l)
RouteReplyTableEntry.
o - the originator of the shortened Source Routel - the last hop address of the shortened Source Route| Method Detail |
|---|
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||