Class IpAddress
java.lang.Object
org.graylog.plugins.pipelineprocessor.functions.ips.IpAddress
Graylog's rule language wrapper for
The purpose of this class is to guard against accidentally accessing properties which can trigger name resolutions and to provide a known interface to deal with IP addresses.
Almost all of the logic is in the actual
InetAddress.
The purpose of this class is to guard against accidentally accessing properties which can trigger name resolutions and to provide a known interface to deal with IP addresses.
Almost all of the logic is in the actual
InetAddress delegate object.