public final class NiciraMatchNshSi
extends org.onosproject.net.flow.AbstractExtension
implements org.onosproject.net.flow.criteria.ExtensionSelector
| Constructor and Description |
|---|
NiciraMatchNshSi()
Default constructor.
|
NiciraMatchNshSi(org.onosproject.net.NshServiceIndex nshSi)
Creates an instance with initialized Nsh Service Index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(byte[] data) |
boolean |
equals(Object obj) |
int |
hashCode() |
org.onosproject.net.NshServiceIndex |
nshSi()
Gets the nsh service index to match.
|
byte[] |
serialize() |
String |
toString() |
org.onosproject.net.flow.criteria.ExtensionSelectorType |
type() |
getProperties, getPropertyValue, setPropertyValuepublic NiciraMatchNshSi()
public NiciraMatchNshSi(org.onosproject.net.NshServiceIndex nshSi)
nshSi - nsh service indexpublic org.onosproject.net.NshServiceIndex nshSi()
public byte[] serialize()
serialize in interface org.onosproject.net.flow.Extensionpublic void deserialize(byte[] data)
deserialize in interface org.onosproject.net.flow.Extensionpublic org.onosproject.net.flow.criteria.ExtensionSelectorType type()
type in interface org.onosproject.net.flow.criteria.ExtensionSelector