| Package | Description |
|---|---|
| flowGenerator | |
| socketMonitor |
| Modifier and Type | Field and Description |
|---|---|
private SocketMonitorQueue |
FlowGenerator.mySocketMonitorQueue
Queue of information about opened or closed sockets.
|
| Constructor and Description |
|---|
FlowGenerator(CapturedPacketsQueue myCapturedPacketsQueue,
SocketMonitorQueue mySocketMonitorQueue)
Constructs the object.
|
| Modifier and Type | Field and Description |
|---|---|
private SocketMonitorQueue |
SocketMonitor.mySocketMonitorQueue
Queue containing information about opened or closed sockets.
|
| Modifier and Type | Method and Description |
|---|---|
SocketMonitorQueue |
SocketMonitor.getSocketMonitorQueue()
Gets the queue containing information about opened and closed sockets.
|