public class OfmQueueGetConfigRequest 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 using the following structure.
OpenflowMessage.Headerlength| Modifier and Type | Method and Description |
|---|---|
BigPortNumber |
getPort()
Returns the ID of the port to query; Since 1.0.
|
String |
toString() |
decodeHeader, getType, getVersion, getXid, hex, hex, length, toDebugString, validatepublic String toString()
toString in class OpenflowMessagepublic BigPortNumber getPort()
This should refer to a valid physical port (i.e. <= Port.MAX),
or to Port.ANY to request all configured queues.
Note that in 1.0, the port number is u16.
Copyright © 2014. All Rights Reserved.