jist.swans.route
Class RouteDsr.RouteReplyTableEntry

java.lang.Object
  extended by jist.swans.route.RouteDsr.RouteReplyTableEntry
Enclosing class:
RouteDsr

private class RouteDsr.RouteReplyTableEntry
extends java.lang.Object

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

originator

public NetAddress originator
The originator of the shortened Source Route.


lastHop

public NetAddress lastHop
The last hop address of the shortened Source Route before reaching this node.

Constructor Detail

RouteDsr.RouteReplyTableEntry

public RouteDsr.RouteReplyTableEntry(NetAddress o,
                                     NetAddress l)
Creates a new RouteReplyTableEntry.

Parameters:
o - the originator of the shortened Source Route
l - the last hop address of the shortened Source Route
Method Detail

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)

Overrides:
equals in class java.lang.Object