Class Icmp6PacketClassifier

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean match​(PacketContext packet)
      Returns true if the packet classifier matches else false.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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