Class PacketReceiverConfig

java.lang.Object
com.slytechs.jnet.jnetpcap.internal.PacketReceiverConfig

public class PacketReceiverConfig extends Object
The Class PacketReceiverConfig.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    org.jnetpcap.internal.PcapHeaderABI
    The abi.
    com.slytechs.jnet.protocol.core.constants.PacketDescriptorType
    The descriptor type.
    com.slytechs.jnet.protocol.descriptor.PacketDissector
    The dissector.
    com.slytechs.jnet.protocol.meta.PacketFormat
    The formatter.
    com.slytechs.jnet.protocol.Frame.FrameNumber
    The frame no.
    The port name.
    int
    The port no.
    com.slytechs.jnet.jnetruntime.time.TimestampUnit
    The timestamp unit.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new packet receiver config.
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • portNo

      public int portNo
      The port no.
    • portName

      public String portName
      The port name.
    • frameNo

      public com.slytechs.jnet.protocol.Frame.FrameNumber frameNo
      The frame no.
    • timestampUnit

      public com.slytechs.jnet.jnetruntime.time.TimestampUnit timestampUnit
      The timestamp unit.
    • formatter

      public com.slytechs.jnet.protocol.meta.PacketFormat formatter
      The formatter.
    • dissector

      public com.slytechs.jnet.protocol.descriptor.PacketDissector dissector
      The dissector.
    • descriptorType

      public com.slytechs.jnet.protocol.core.constants.PacketDescriptorType descriptorType
      The descriptor type.
    • abi

      public org.jnetpcap.internal.PcapHeaderABI abi
      The abi.
  • Constructor Details

    • PacketReceiverConfig

      public PacketReceiverConfig()
      Instantiates a new packet receiver config.