Interface PacketInClassifier

    • Method Detail

      • match

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