|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.dalsemi.nethack.ARPCacheEntry
Class declaration
| Constructor Summary | |
|
ARPCacheEntry(byte[] etherAddr,
byte[] ipAddr,
boolean s)
Creates a new ARPCacheEntry that can be passed to ARPCache.addEntry to manually add entries to the ARP cache. |
protected |
ARPCacheEntry(byte[] b,
int offset)
Constructor declaration |
| Method Summary | |
byte[] |
getEthernetAddress()
Method declaration |
byte |
getFlags()
Method declaration |
byte[] |
getIPAddress()
Method declaration |
int |
getTimeToLive()
Method declaration |
boolean |
isPending()
Method declaration |
boolean |
isStatic()
Method declaration |
java.lang.String |
toString()
Method declaration |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
protected ARPCacheEntry(byte[] b,
int offset)
b - offset -
public ARPCacheEntry(byte[] etherAddr,
byte[] ipAddr,
boolean s)
throws AddressException
| Method Detail |
public byte[] getEthernetAddress()
public byte[] getIPAddress()
public byte getFlags()
public boolean isPending()
public boolean isStatic()
public int getTimeToLive()
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||