Class RawSocketChannelConfig
java.lang.Object
io.netty.channel.DefaultChannelConfig
org.apache.plc4x.java.utils.pcap.netty.config.PcapChannelConfig
org.apache.plc4x.java.utils.rawsockets.netty.config.RawSocketChannelConfig
- All Implemented Interfaces:
io.netty.channel.ChannelConfig
-
Field Summary
Fields inherited from class org.apache.plc4x.java.utils.pcap.netty.config.PcapChannelConfig
ALL_PORTS, ALL_PROTOCOLSFields inherited from class io.netty.channel.DefaultChannelConfig
channel -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.plc4x.java.utils.pcap.netty.config.PcapChannelConfig
clone, getMacBasedFilterString, getMacBasedFilterString, getOptions, getPacketHandler, getPort, getProtocolId, isResolveMacAddress, isSupportVlans, setOption, setPacketHandler, setPort, setProtocolIdMethods 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, validateMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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 Details
-
RawSocketChannelConfig
public RawSocketChannelConfig(io.netty.channel.Channel channel)
-