Class Inet4NetworkAddress

java.lang.Object
org.pcap4j.util.Inet4NetworkAddress
All Implemented Interfaces:
Serializable

public final class Inet4NetworkAddress extends Object implements Serializable
Since:
pcap4j 0.9.15
See Also:
  • Field Details

  • Constructor Details

    • Inet4NetworkAddress

      public Inet4NetworkAddress(Inet4Address networkAddress, Inet4Address mask)
      Parameters:
      networkAddress - networkAddress
      mask - mask
  • Method Details

    • getNetworkAddress

      public Inet4Address getNetworkAddress()
      Returns:
      networkAddress
    • getMask

      public Inet4Address getMask()
      Returns:
      mask