Class Icmp6PacketClassifier

    • Constructor Detail

      • Icmp6PacketClassifier

        public Icmp6PacketClassifier()
    • Method Detail

      • match

        public boolean match​(PacketContext packet)
        Description copied from interface: PacketInClassifier
        Returns true if the packet classifier matches else false. The matching criterion should be non overlapping with other implementation of the PacketInClassifier.
        Specified by:
        match in interface PacketInClassifier
        Parameters:
        packet - PacketContext holding the packet information
        Returns:
        boolean checks whether packet matches classifier