Class PcapReplayChannelOption
java.lang.Object
org.apache.plc4x.java.utils.pcap.netty.config.PcapChannelOption
org.apache.plc4x.java.utils.pcapreplay.netty.config.PcapReplayChannelOption
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.netty.channel.ChannelOption<String>set a BPF filterstatic final io.netty.channel.ChannelOption<Boolean>Option to tell the playback to automatically restart at the beginning as soon as the end of the playback is reached.static final io.netty.channel.ChannelOption<Float>Option 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 -
Method Summary
-
Field Details
-
SPEED_FACTOR
Option to increase/decrease the replay speed of the recording. 1.0 being real-time. -
LOOP
Option to tell the playback to automatically restart at the beginning as soon as the end of the playback is reached. -
FILTER
set a BPF filter
-
-
Constructor Details
-
PcapReplayChannelOption
public PcapReplayChannelOption()
-