|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEmulatorARPData
public class EmulatorARPData
Structure for storing data contained in the ARP cache of an emulated node
Constructor Summary | |
---|---|
EmulatorARPData(java.net.InetAddress ipAddress,
int port)
Create a new structure |
Method Summary | |
---|---|
java.net.InetAddress |
getIPAddress()
Get the IP address |
int |
getPort()
Get the port |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmulatorARPData(java.net.InetAddress ipAddress, int port)
ipAddress
- The IP address of a neighboring nodeport
- The port used by the neighboring node for communicationsMethod Detail |
---|
public java.net.InetAddress getIPAddress()
public int getPort()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |