public class NiciraResubmit
extends org.onosproject.net.flow.AbstractExtension
implements org.onosproject.net.flow.instructions.ExtensionTreatment
| Constructor and Description |
|---|
NiciraResubmit(org.onosproject.net.PortNumber inPort)
Creates a new resubmit instruction with a particular inPort.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(byte[] data) |
boolean |
equals(Object obj) |
int |
hashCode() |
org.onosproject.net.PortNumber |
inPort()
Gets the inPort.
|
byte[] |
serialize() |
short |
table()
Gets the table.
|
String |
toString() |
org.onosproject.net.flow.instructions.ExtensionTreatmentType |
type() |
getProperties, getPropertyValue, setPropertyValuepublic NiciraResubmit(org.onosproject.net.PortNumber inPort)
inPort - in port numberpublic org.onosproject.net.PortNumber inPort()
public short table()
public org.onosproject.net.flow.instructions.ExtensionTreatmentType type()
type in interface org.onosproject.net.flow.instructions.ExtensionTreatmentpublic void deserialize(byte[] data)
deserialize in interface org.onosproject.net.flow.Extensionpublic byte[] serialize()
serialize in interface org.onosproject.net.flow.Extension