Class Dhcp6DirectPacketClassifier

    • Constructor Detail

      • Dhcp6DirectPacketClassifier

        public Dhcp6DirectPacketClassifier()
    • 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