Package 

Interface PacketFilter

    • Method Summary

      Modifier and Type Method Description
      abstract boolean filter(@Nullable() Array<byte> packet) This method should return true if the packet matches the filter and should be processedby the request.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • filter

         abstract boolean filter(@Nullable() Array<byte> packet)

        This method should return true if the packet matches the filter and should be processedby the request.

        Parameters:
        packet - the complete, merged, packet received.