Class PcapChannelOption

java.lang.Object
org.apache.plc4x.java.utils.pcap.netty.config.PcapChannelOption

public class PcapChannelOption extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SUPPORT_VLANS

      public static final io.netty.channel.ChannelOption<Boolean> SUPPORT_VLANS
      Option to restrict the captures based on packet port.
    • PORT

      public static final io.netty.channel.ChannelOption<Integer> PORT
      Option to restrict the captures based on packet port.
    • PROTOCOL_ID

      public static final io.netty.channel.ChannelOption<Integer> PROTOCOL_ID
      Option to restrict the captures based on TCP protocol ids.
    • PACKET_HANDLER

      public static final io.netty.channel.ChannelOption<PacketHandler> PACKET_HANDLER
      Option for providing a PacketHandler, that intercepts the captured packets before passing the data into the channel.
    • RESOLVE_MAC_ADDRESS

      public static final io.netty.channel.ChannelOption<Boolean> RESOLVE_MAC_ADDRESS
      Option for automatically resolving the remote ips MAC address with an ARP request.
  • Constructor Details

    • PcapChannelOption

      public PcapChannelOption()