Class Jni6PingResponse

    • Constructor Detail

      • Jni6PingResponse

        public Jni6PingResponse​(Inet6Address addr,
                                org.opennms.protocols.icmp6.ICMPv6EchoReply echoReply)
        Constructs a new reply with the passed address and packet as the contents of the reply.
        Parameters:
        addr - The address of the ICMP sender.
        echoReply - The received packet.