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.
length
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, validate
public String toString()
toString
in class OpenflowMessage
public String toDebugString()
OpenflowMessage
OpenflowMessage.toString()
, but
subclasses are free to override this behavior.toDebugString
in interface Structure
toDebugString
in class OpenflowMessage
public 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 © 2015. All Rights Reserved.