|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.floodlightcontroller.packetstreamer.PacketStreamerHandler.SessionQueue
protected class PacketStreamerHandler.SessionQueue
The queue wrapper class that contains the queue for the streamed packets.
| Field Summary | |
|---|---|
protected java.util.concurrent.BlockingQueue<java.nio.ByteBuffer> |
pQueue
|
| Constructor Summary | |
|---|---|
PacketStreamerHandler.SessionQueue()
The queue wrapper constructor |
|
| Method Summary | |
|---|---|
java.util.concurrent.BlockingQueue<java.nio.ByteBuffer> |
getQueue()
The access method to get to the internal queue. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.concurrent.BlockingQueue<java.nio.ByteBuffer> pQueue
| Constructor Detail |
|---|
public PacketStreamerHandler.SessionQueue()
| Method Detail |
|---|
public java.util.concurrent.BlockingQueue<java.nio.ByteBuffer> getQueue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||