Class PcapReplayChannelOption
- java.lang.Object
-
- org.apache.plc4x.java.utils.pcap.netty.config.PcapChannelOption
-
- org.apache.plc4x.java.utils.pcapreplay.netty.config.PcapReplayChannelOption
-
public class PcapReplayChannelOption extends PcapChannelOption
-
-
Field Summary
Fields Modifier and Type Field Description static io.netty.channel.ChannelOption<String>FILTERset a BPF filterstatic io.netty.channel.ChannelOption<Boolean>LOOPOption to tell the playback to automatically restart at the beginning as soon as the end of the playback is reached.static io.netty.channel.ChannelOption<Float>SPEED_FACTOROption to increase/decrease the replay speed of the recording.-
Fields inherited from class org.apache.plc4x.java.utils.pcap.netty.config.PcapChannelOption
PACKET_HANDLER, PORT, PROTOCOL_ID, RESOLVE_MAC_ADDRESS, SUPPORT_VLANS
-
-
Constructor Summary
Constructors Constructor Description PcapReplayChannelOption()
-
-
-
Field Detail
-
SPEED_FACTOR
public static final io.netty.channel.ChannelOption<Float> SPEED_FACTOR
Option to increase/decrease the replay speed of the recording. 1.0 being real-time.
-
LOOP
public static final io.netty.channel.ChannelOption<Boolean> LOOP
Option to tell the playback to automatically restart at the beginning as soon as the end of the playback is reached.
-
FILTER
public static final io.netty.channel.ChannelOption<String> FILTER
set a BPF filter
-
-