se.sics.jipv6.core
Class NeighborTable

java.lang.Object
  extended by se.sics.jipv6.core.NeighborTable

public class NeighborTable
extends Object


Constructor Summary
NeighborTable()
           
 
Method Summary
 Neighbor addNeighbor(byte[] ipAddress, byte[] linkAddress)
           
 Neighbor getDefrouter()
           
 Neighbor getNeighbor(byte[] ipAddress)
           
 boolean removeNeighbor(Neighbor nb)
           
 void setDefrouter(Neighbor neighbor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NeighborTable

public NeighborTable()
Method Detail

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)