Module com.slytechs.jnet.jnetpcap
Package com.slytechs.jnet.jnetpcap
Class IpfReassembler.EffectiveConfig
java.lang.Object
com.slytechs.jnet.jnetpcap.IpfReassembler.EffectiveConfig
- Enclosing class:
IpfReassembler
Effective or the result of combining of all the main properties and modes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanThe dgrams complete.final booleanThe dgrams incomplete.final booleanThe pass.final booleanThe pass complete.final booleanThe pass incomplete.final com.slytechs.jnet.jnetruntime.time.TimestampSource.AssignableTimestampSourceThe time source.final booleanThe tracking. -
Method Summary
Modifier and TypeMethodDescriptioncom.slytechs.jnet.jnetruntime.time.TimestampSource.AssignableTimestampSourceGets the time source.com.slytechs.jnet.jnetruntime.time.TimestampUnitGets the timestamp unit.
-
Field Details
-
pass
public final boolean passThe pass. -
dgramsComplete
public final boolean dgramsCompleteThe dgrams complete. -
dgramsIncomplete
public final boolean dgramsIncompleteThe dgrams incomplete. -
tracking
public final boolean trackingThe tracking. -
passComplete
public final boolean passCompleteThe pass complete. -
passIncomplete
public final boolean passIncompleteThe pass incomplete. -
timeSource
public final com.slytechs.jnet.jnetruntime.time.TimestampSource.AssignableTimestampSource timeSourceThe 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
-