Klasse PcapReplayChannelOption
java.lang.Object
org.apache.plc4x.java.utils.pcap.netty.config.PcapChannelOption
org.apache.plc4x.java.utils.pcapreplay.netty.config.PcapReplayChannelOption
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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. 1.0 being real-time.Von Klasse geerbte Felder org.apache.plc4x.java.utils.pcap.netty.config.PcapChannelOption
PACKET_HANDLER, PORT, PROTOCOL_ID, RESOLVE_MAC_ADDRESS, SUPPORT_VLANS -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
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
-
-
Konstruktordetails
-
PcapReplayChannelOption
public PcapReplayChannelOption()
-