Class 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
    • Constructor Detail

      • PcapReplayChannelOption

        public PcapReplayChannelOption()