| Package | Description |
|---|---|
| flowGenerator | |
| packetCapturer |
| Modifier and Type | Field and Description |
|---|---|
private CapturedPacketsQueue |
FlowGenerator.myCapturedPacketsQueue
Queue of captured packets.
|
| Constructor and Description |
|---|
FlowGenerator(CapturedPacketsQueue myCapturedPacketsQueue,
SocketMonitorQueue mySocketMonitorQueue)
Constructs the object.
|
| Modifier and Type | Field and Description |
|---|---|
private CapturedPacketsQueue |
Capturer.myPacketQueue
Queue of captured packets.
|
private CapturedPacketsQueue |
PacketCapturer.myPacketsQueue
Queue of captured packets.
|
| Modifier and Type | Method and Description |
|---|---|
CapturedPacketsQueue |
PacketCapturer.getCapturedPacketsQueue()
Gets queue of captured packets.
|
| Constructor and Description |
|---|
Capturer(org.jnetpcap.PcapIf device,
CapturedPacketsQueue myPacketQueue)
Constructs the class.
|