public class OfdpaMatchActsetOutput
extends org.onosproject.net.flow.AbstractExtension
implements org.onosproject.net.flow.criteria.ExtensionSelector
| Constructor and Description |
|---|
OfdpaMatchActsetOutput()
OFDPA ACTSET_OUTPUT extension match.
|
OfdpaMatchActsetOutput(org.onosproject.net.PortNumber port)
Constructs new ACTSET_OUTPUT match with given port number.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(byte[] data) |
boolean |
equals(Object obj) |
int |
hashCode() |
org.onosproject.net.PortNumber |
port()
Gets the port number.
|
byte[] |
serialize() |
String |
toString() |
org.onosproject.net.flow.criteria.ExtensionSelectorType |
type() |
getProperties, getPropertyValue, setPropertyValuepublic OfdpaMatchActsetOutput()
public OfdpaMatchActsetOutput(org.onosproject.net.PortNumber port)
port - port numberpublic org.onosproject.net.PortNumber port()
public org.onosproject.net.flow.criteria.ExtensionSelectorType type()
type in interface org.onosproject.net.flow.criteria.ExtensionSelectorpublic byte[] serialize()
serialize in interface org.onosproject.net.flow.Extensionpublic void deserialize(byte[] data)
deserialize in interface org.onosproject.net.flow.Extension