java.lang.Object
org.graylog.plugins.pipelineprocessor.functions.ips.IpAddress

public class IpAddress extends Object
Graylog's rule language wrapper for 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.