public interface PacketFilter
abstract boolean
filter(@Nullable() Array<byte> packet)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract boolean filter(@Nullable() Array<byte> packet)
This method should return true if the packet matches the filter and should be processedby the request.
packet