Class IpfReassembler.EffectiveConfig

java.lang.Object
com.slytechs.jnet.jnetpcap.IpfReassembler.EffectiveConfig
Enclosing class:
IpfReassembler

public class IpfReassembler.EffectiveConfig extends Object
Effective or the result of combining of all the main properties and modes.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final boolean
    The dgrams complete.
    final boolean
    The dgrams incomplete.
    final boolean
    The pass.
    final boolean
    The pass complete.
    final boolean
    The pass incomplete.
    final com.slytechs.jnet.jnetruntime.time.TimestampSource.AssignableTimestampSource
    The time source.
    final boolean
    The tracking.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.slytechs.jnet.jnetruntime.time.TimestampSource.AssignableTimestampSource
    Gets the time source.
    com.slytechs.jnet.jnetruntime.time.TimestampUnit
    Gets the timestamp unit.

    Methods inherited from class java.lang.Object

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

    • pass

      public final boolean pass
      The pass.
    • dgramsComplete

      public final boolean dgramsComplete
      The dgrams complete.
    • dgramsIncomplete

      public final boolean dgramsIncomplete
      The dgrams incomplete.
    • tracking

      public final boolean tracking
      The tracking.
    • passComplete

      public final boolean passComplete
      The pass complete.
    • passIncomplete

      public final boolean passIncomplete
      The pass incomplete.
    • timeSource

      public final com.slytechs.jnet.jnetruntime.time.TimestampSource.AssignableTimestampSource timeSource
      The time source.
  • Method Details

    • getTimeSource

      public com.slytechs.jnet.jnetruntime.time.TimestampSource.AssignableTimestampSource getTimeSource()
      Gets the time source.
      Returns:
      the time source
    • getTimestampUnit

      public com.slytechs.jnet.jnetruntime.time.TimestampUnit getTimestampUnit()
      Gets the timestamp unit.
      Returns:
      the timestamp unit