Class PcapChannelOption
java.lang.Object
org.apache.plc4x.java.utils.pcap.netty.config.PcapChannelOption
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.netty.channel.ChannelOption<PacketHandler>Option for providing a PacketHandler, that intercepts the captured packets before passing the data into the channel.static final io.netty.channel.ChannelOption<Integer>Option to restrict the captures based on packet port.static final io.netty.channel.ChannelOption<Integer>Option to restrict the captures based on TCP protocol ids.static final io.netty.channel.ChannelOption<Boolean>Option for automatically resolving the remote ips MAC address with an ARP request.static final io.netty.channel.ChannelOption<Boolean>Option to restrict the captures based on packet port. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SUPPORT_VLANS
Option to restrict the captures based on packet port. -
PORT
Option to restrict the captures based on packet port. -
PROTOCOL_ID
Option to restrict the captures based on TCP protocol ids. -
PACKET_HANDLER
Option for providing a PacketHandler, that intercepts the captured packets before passing the data into the channel. -
RESOLVE_MAC_ADDRESS
Option for automatically resolving the remote ips MAC address with an ARP request.
-
-
Constructor Details
-
PcapChannelOption
public PcapChannelOption()
-