| Package | Description |
|---|---|
| com.h3c.of.lib.msg |
Representations of OpenFlow Protocol Messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutableQueue
Mutable subclass of
Queue. |
| Modifier and Type | Method and Description |
|---|---|
List<Queue> |
OfmQueueGetConfigReply.getQueues()
Returns the list of configured queues; Since 1.0.
|
static List<Queue> |
QueueFactory.parseQueueList(int targetRi,
OfPacketReader pkt,
ProtocolVersion pv)
Parses a list of Queue structures from the supplied buffer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OfmMutableQueueGetConfigReply.addQueue(Queue queue)
Adds a queue to the list of queues; since 1.0.
|
static void |
QueueFactory.encodeQueue(Queue queue,
OfPacketWriter pkt)
Writes the specified queue structure into the specified buffer.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
QueueFactory.encodeQueueList(List<Queue> queues,
OfPacketWriter pkt)
Encodes a list of queues, writing them into the supplied buffer.
|
Copyright © 2014. All Rights Reserved.