Uses of Class
com.slytechs.jnet.jnetpcap.IpfReassembler
Packages that use IpfReassembler
-
Uses of IpfReassembler in com.slytechs.jnet.jnetpcap
Methods in com.slytechs.jnet.jnetpcap that return IpfReassemblerModifier and TypeMethodDescriptionIpfReassembler.enableAttachComplete(boolean attachComplete) Enable attach complete.IpfReassembler.enableAttachIncomplete(boolean attachIncomplete) Enable attach incomplete.IpfReassembler.enablePassthrough(boolean passthrough) Enable passthrough.IpfReassembler.enableReassembly(boolean reassemblyEnabled) Enable reassembly.IpfReassembler.enableSend(boolean send) Enable send.IpfReassembler.enableSendComplete(boolean sendComplete) Enable send complete.IpfReassembler.enableSendIncomplete(boolean sendIncomplete) Enable send incomplete.IpfReassembler.enableTracking(boolean trackingEnabled) Enable tracking.IpfReassembler.setBufferSize(int bufferSize) Sets the buffer size.IpfReassembler.setBufferSize(int bufferSize, com.slytechs.jnet.jnetruntime.util.MemoryUnit unit) Sets the buffer size.IpfReassembler.setMaxDgramSize(int maxDgramBytes) Sets the max dgram size.IpfReassembler.setMaxDgramSize(int maxDgramBytes, com.slytechs.jnet.jnetruntime.util.MemoryUnit unit) Sets the max dgram size.IpfReassembler.setTableMaxFragmentCount(int maxFragmentCount) Sets the table max fragment count.IpfReassembler.setTableSize(int tableSize) Sets the table size.IpfReassembler.setTableSize(int tableSize, com.slytechs.jnet.jnetruntime.util.CountUnit unit) Sets the table size.IpfReassembler.setTimeout(long duration, TimeUnit unit) Sets the timeout.IpfReassembler.setTimeoutMilli(long timeoutMilli) Sets the timeout milli.IpfReassembler.setTimeoutOnLast(boolean timeoutOnLast) Sets the timeout on last.IpfReassembler.setTimeoutQueueSize(int timeoutQueueSize) Sets the timeout queue size.IpfReassembler.setTimeoutQueueSize(int timeoutQueueSize, com.slytechs.jnet.jnetruntime.util.CountUnit unit) Sets the timeout queue size.IpfReassembler.usePacketTimesource()Use packet timesource.IpfReassembler.useSystemTimesource()Use system timesource.