public class OfmPortMod extends OpenflowMessage
OpenflowMessage.Headerlength| 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, 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()
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 © 2014. All Rights Reserved.