Uses of Class
com.slytechs.jnet.jnetpcap.PacketRepeater
Packages that use PacketRepeater
-
Uses of PacketRepeater in com.slytechs.jnet.jnetpcap
Methods in com.slytechs.jnet.jnetpcap that return PacketRepeaterModifier and TypeMethodDescriptionPacketRepeater.discardAllPackets()Discard all packets.PacketRepeater.discardAllPackets(boolean discard) Discard all packets, conditionally.PacketRepeater.discardAllPackets(BooleanSupplier discard) Discard all packets if the discard flag supplier returns true.PacketRepeater.rewriteTimestamp(boolean enable) Rewrite timestamp flag.PacketRepeater.setIfgForRepeated(long duration, TimeUnit unit) Sets the delay or inter-frame-gap between the original packet and all of subsequent repeated packets.PacketRepeater.setMinimumIfg(long ifg, TimeUnit unit) Sets the minimum ifg.PacketRepeater.setRepeatCount(long count) Sets the repeat count.PacketRepeater.setRepeatCount(IntSupplier count) Sets the repeat count using a supplier.PacketRepeater.setRepeatCount(LongSupplier count) Sets the repeat count using a supplier.PacketRepeater.setTimestampUnit(com.slytechs.jnet.jnetruntime.time.TimestampUnit unit) Sets the timestamp unit.