-
- All Known Implementing Classes:
AbstractPcapAddress,PcapIpV4Address,PcapIpV6Address
public interface PcapAddress- Since:
- pcap4j 0.9.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.InetAddressgetAddress()java.net.InetAddressgetBroadcastAddress()java.net.InetAddressgetDestinationAddress()java.net.InetAddressgetNetmask()
-
-
-
Method Detail
-
getAddress
java.net.InetAddress getAddress()
- Returns:
- address or null
-
getNetmask
java.net.InetAddress getNetmask()
- Returns:
- netmask or null
-
getBroadcastAddress
java.net.InetAddress getBroadcastAddress()
- Returns:
- broadcast address or null
-
getDestinationAddress
java.net.InetAddress getDestinationAddress()
- Returns:
- destination address or null
-
-