se.sics.jipv6.core
Class Neighbor
java.lang.Object
se.sics.jipv6.core.Neighbor
public class Neighbor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Neighbor
public Neighbor()
getIpAddress
public byte[] getIpAddress()
setIpAddress
public void setIpAddress(byte[] ipAddress)
setState
public void setState(int state)