| Package | Description |
|---|---|
| flowGenerator |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Queue<Flow> |
ClosedFlowsQueue.closedFlowsQueue
Queue of closed flows.
|
private java.util.LinkedHashSet<Flow> |
FlowGenerator.flowTimeOutList
List of flows, which will be closed based on time-out, instead of normal closing based on closed matching socket.
|
private java.util.Hashtable<java.lang.Integer,Flow> |
FlowGenerator.openFlowList
List of open flows.
|
| Modifier and Type | Method and Description |
|---|---|
Flow |
ClosedFlowsQueue.takeClosedFlow()
Takes the first closed flow from the queue.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ClosedFlowsQueue.addClosedFlow(Flow flow)
Adds a closed flow to the queue.
|
private void |
FlowGenerator.closeFlow(Flow currentFlow,
long endTimeInUsec)
Closes the flow.
|
private void |
FlowGenerator.updateFlow(CapturedPacket newCapturedPacket,
Flow currentFlow)
The
currentFlow is updated with the newCapturedPacket. |