Klasse 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
  • Felddetails

    • 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
  • Konstruktordetails

    • PcapReplayChannelOption

      public PcapReplayChannelOption()