Class NetworkPatternEntry

java.lang.Object
kieker.analysis.generic.source.NetworkPatternEntry

public final class NetworkPatternEntry
extends java.lang.Object
POJO for a network pattern consisting of an ip-address and a netmask.
Since:
2.0.0
Author:
Reiner Jung
  • Constructor Summary

    Constructors 
    Constructor Description
    NetworkPatternEntry​(byte[] ipAddress, byte[] mask)
    Create one pattern entry.
  • Method Summary

    Modifier and Type Method Description
    byte[] getIpAddress()  
    byte[] getMask()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NetworkPatternEntry

      public NetworkPatternEntry​(byte[] ipAddress, byte[] mask)
      Create one pattern entry.
      Parameters:
      ipAddress - the ip-address
      mask - the network mask
  • Method Details

    • getIpAddress

      public final byte[] getIpAddress()
      Returns:
      returns the ip address
    • getMask

      public final byte[] getMask()
      Returns:
      returns the netmask