|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjpcap.NetworkInterfaceAddress
public class NetworkInterfaceAddress
This class represents a network address assigned to a network interface.
Field Summary | |
---|---|
java.net.InetAddress |
address
Address of the network interface |
java.net.InetAddress |
broadcast
Broadcast address of the network interface. |
java.net.InetAddress |
destination
Destination address of the network interface (for P2P connection). |
java.net.InetAddress |
subnet
Subnet mask of the network interface |
Constructor Summary | |
---|---|
NetworkInterfaceAddress(byte[] address,
byte[] subnet,
byte[] broadcast,
byte[] destination)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.net.InetAddress address
public java.net.InetAddress subnet
public java.net.InetAddress broadcast
public java.net.InetAddress destination
Constructor Detail |
---|
public NetworkInterfaceAddress(byte[] address, byte[] subnet, byte[] broadcast, byte[] destination)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |