public class OfmQueueGetConfigReply extends OpenflowMessage
Queue configuration takes place outside the OpenFlow protocol, either through a command line tool or through an external dedicated configuration protocol.
The controller can query the switch for configured queues, and the reply will contain a list of configured queues.
OpenflowMessage.Headerlength| Modifier and Type | Method and Description |
|---|---|
BigPortNumber |
getPort()
Returns the ID of the port that was queried; Since 1.0.
|
List<Queue> |
getQueues()
Returns the list of configured queues; Since 1.0.
|
String |
toDebugString()
Returns a string representation useful for debugging.
|
String |
toString() |
decodeHeader, getType, getVersion, getXid, hex, hex, length, validatepublic String toString()
toString in class OpenflowMessagepublic String toDebugString()
OpenflowMessageOpenflowMessage.toString(), but
subclasses are free to override this behavior.toDebugString in interface StructuretoDebugString in class OpenflowMessagepublic BigPortNumber getPort()
This should refer to a valid physical port (i.e. <= Port.MAX),
or to Port.ANY for all configured queues.
Note that in 1.0, the port number is u16.
Copyright © 2014. All Rights Reserved.