Class PcapReplayChannelConfig

  • All Implemented Interfaces:
    io.netty.channel.ChannelConfig

    public class PcapReplayChannelConfig
    extends PcapChannelConfig
    • Constructor Summary

      Constructors 
      Constructor Description
      PcapReplayChannelConfig​(io.netty.channel.Channel channel)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getFilter()  
      Map<io.netty.channel.ChannelOption<?>,​Object> getOptions()  
      float getSpeedFactor()  
      boolean isLoop()  
      void setFilter​(String filter)  
      void setLoop​(boolean loop)  
      <T> boolean setOption​(io.netty.channel.ChannelOption<T> option, T value)  
      void setSpeedFactor​(float speedFactor)  
      • Methods inherited from class io.netty.channel.DefaultChannelConfig

        autoReadCleared, getAllocator, getConnectTimeoutMillis, getMaxMessagesPerRead, getMaxMessagesPerWrite, getMessageSizeEstimator, getOption, getOptions, getRecvByteBufAllocator, getWriteBufferHighWaterMark, getWriteBufferLowWaterMark, getWriteBufferWaterMark, getWriteSpinCount, isAutoClose, isAutoRead, setAllocator, setAutoClose, setAutoRead, setConnectTimeoutMillis, setMaxMessagesPerRead, setMaxMessagesPerWrite, setMessageSizeEstimator, setOptions, setRecvByteBufAllocator, setWriteBufferHighWaterMark, setWriteBufferLowWaterMark, setWriteBufferWaterMark, setWriteSpinCount, validate
      • Methods inherited from interface io.netty.channel.ChannelConfig

        getAllocator, getConnectTimeoutMillis, getMaxMessagesPerRead, getMessageSizeEstimator, getOption, getRecvByteBufAllocator, getWriteBufferHighWaterMark, getWriteBufferLowWaterMark, getWriteBufferWaterMark, getWriteSpinCount, isAutoClose, isAutoRead, setAllocator, setAutoClose, setAutoRead, setConnectTimeoutMillis, setMaxMessagesPerRead, setMessageSizeEstimator, setOptions, setRecvByteBufAllocator, setWriteBufferHighWaterMark, setWriteBufferLowWaterMark, setWriteBufferWaterMark, setWriteSpinCount
    • Constructor Detail

      • PcapReplayChannelConfig

        public PcapReplayChannelConfig​(io.netty.channel.Channel channel)
    • Method Detail

      • getOptions

        public Map<io.netty.channel.ChannelOption<?>,​Object> getOptions()
        Specified by:
        getOptions in interface io.netty.channel.ChannelConfig
        Overrides:
        getOptions in class PcapChannelConfig
      • setOption

        public <T> boolean setOption​(io.netty.channel.ChannelOption<T> option,
                                     T value)
        Specified by:
        setOption in interface io.netty.channel.ChannelConfig
        Overrides:
        setOption in class PcapChannelConfig
      • getSpeedFactor

        public float getSpeedFactor()
      • setSpeedFactor

        public void setSpeedFactor​(float speedFactor)
      • isLoop

        public boolean isLoop()
      • setLoop

        public void setLoop​(boolean loop)
      • getFilter

        public String getFilter()
      • setFilter

        public void setFilter​(String filter)