se.sics.jipv6.core
Class NeighborTable
java.lang.Object
se.sics.jipv6.core.NeighborTable
public class NeighborTable
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NeighborTable
public NeighborTable()
addNeighbor
public Neighbor addNeighbor(byte[] ipAddress,
byte[] linkAddress)
getDefrouter
public Neighbor getDefrouter()
setDefrouter
public void setDefrouter(Neighbor neighbor)
removeNeighbor
public boolean removeNeighbor(Neighbor nb)
getNeighbor
public Neighbor getNeighbor(byte[] ipAddress)