public class NiciraMatchCtZone
extends org.onosproject.net.flow.AbstractExtension
implements org.onosproject.net.flow.criteria.ExtensionSelector
| Constructor and Description |
|---|
NiciraMatchCtZone(int ctZone)
Creates a new conntrack zone selector with given zone.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ctZone()
Gets the conntrack zone.
|
void |
deserialize(byte[] data) |
boolean |
equals(Object obj) |
int |
hashCode() |
byte[] |
serialize() |
String |
toString() |
org.onosproject.net.flow.criteria.ExtensionSelectorType |
type() |
getProperties, getPropertyValue, setPropertyValuepublic NiciraMatchCtZone(int ctZone)
ctZone - conntrack zonepublic int ctZone()
public org.onosproject.net.flow.criteria.ExtensionSelectorType type()
type in interface org.onosproject.net.flow.criteria.ExtensionSelectorpublic void deserialize(byte[] data)
deserialize in interface org.onosproject.net.flow.Extensionpublic byte[] serialize()
serialize in interface org.onosproject.net.flow.Extension