- java.lang.Object
-
- org.pcap4j.util.Inet4NetworkAddress
-
- All Implemented Interfaces:
java.io.Serializable
public final class Inet4NetworkAddress extends java.lang.Object implements java.io.Serializable- Since:
- pcap4j 0.9.15
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.net.Inet4Addressmaskprivate java.net.Inet4AddressnetworkAddressprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description Inet4NetworkAddress(java.net.Inet4Address networkAddress, java.net.Inet4Address mask)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.Inet4AddressgetMask()java.net.Inet4AddressgetNetworkAddress()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
networkAddress
private final java.net.Inet4Address networkAddress
-
mask
private final java.net.Inet4Address mask
-
-