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.
length
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, validate
public String toString()
toString
in class OpenflowMessage
public 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 © 2015. All Rights Reserved.