se.sics.jipv6.core
Class Neighbor

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

public class Neighbor
extends Object


Field Summary
static int DELAY
           
static int INCOMPLETE
           
static int NO_STATE
           
static int PROBE
           
static int REACHABLE
           
static int STALE
           
 
Constructor Summary
Neighbor()
           
 
Method Summary
 byte[] getIpAddress()
           
 void setIpAddress(byte[] ipAddress)
           
 void setState(int state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INCOMPLETE

public static final int INCOMPLETE
See Also:
Constant Field Values

REACHABLE

public static final int REACHABLE
See Also:
Constant Field Values

STALE

public static final int STALE
See Also:
Constant Field Values

DELAY

public static final int DELAY
See Also:
Constant Field Values

PROBE

public static final int PROBE
See Also:
Constant Field Values

NO_STATE

public static final int NO_STATE
See Also:
Constant Field Values
Constructor Detail

Neighbor

public Neighbor()
Method Detail

getIpAddress

public byte[] getIpAddress()

setIpAddress

public void setIpAddress(byte[] ipAddress)

setState

public void setState(int state)