public final class NiciraMatchNshSpi
extends org.onosproject.net.flow.AbstractExtension
implements org.onosproject.net.flow.criteria.ExtensionSelector
| Constructor and Description |
|---|
NiciraMatchNshSpi()
Default constructor.
|
NiciraMatchNshSpi(org.onosproject.net.NshServicePathId nshSpi)
Creates an instance with initialized Nsh Service Path ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(byte[] data) |
boolean |
equals(Object obj) |
int |
hashCode() |
org.onosproject.net.NshServicePathId |
nshSpi()
Gets the network service path id to match.
|
byte[] |
serialize() |
String |
toString() |
org.onosproject.net.flow.criteria.ExtensionSelectorType |
type() |
getProperties, getPropertyValue, setPropertyValuepublic NiciraMatchNshSpi()
public NiciraMatchNshSpi(org.onosproject.net.NshServicePathId nshSpi)
nshSpi - nsh service path IDpublic org.onosproject.net.NshServicePathId nshSpi()
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