Package kieker.analysis.generic.source
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()
-
Constructor Details
-
NetworkPatternEntry
public NetworkPatternEntry(byte[] ipAddress, byte[] mask)Create one pattern entry.- Parameters:
ipAddress
- the ip-addressmask
- the network mask
-
-
Method Details
-
getIpAddress
public final byte[] getIpAddress()- Returns:
- returns the ip address
-
getMask
public final byte[] getMask()- Returns:
- returns the netmask
-