public class OfmPortMod extends OpenflowMessage
length
Modifier and Type | Method and Description |
---|---|
Set<PortFeature> |
getAdvertise()
The features of this port to advertise; Since 1.0.
|
Set<PortConfig> |
getConfig()
The configuration flags; Since 1.0.
|
Set<PortConfig> |
getConfigMask()
The flags in the mask select which bits in the config field to change;
Since 1.0.
|
MacAddress |
getHwAddress()
Returns the hardware address; Since 1.0.
|
BigPortNumber |
getPort()
Returns the id of the port to be modified; 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()
public MacAddress getHwAddress()
The hardware address is not configurable. This is used to sanity-check
the request, so it must be the same as returned in a Port
structure.
public Set<PortConfig> getConfig()
public Set<PortConfig> getConfigMask()
public Set<PortFeature> getAdvertise()
Copyright © 2015. All Rights Reserved.