com.bigswitch.floodlight.vendor
Class OFActionNiciraVendor
java.lang.Object
org.openflow.protocol.action.OFAction
org.openflow.protocol.action.OFActionVendor
com.bigswitch.floodlight.vendor.OFActionNiciraVendor
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- OFActionNiciraTtlDecrement
public class OFActionNiciraVendor
- extends OFActionVendor
FIXME: this should really be handled by a consistent parse tree for
different vendor actions but for the time being this works and gets the
job done.
- Author:
- gregor
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
MINIMUM_LENGTH
public static int MINIMUM_LENGTH
NICIRA_VENDOR_ID
public static int NICIRA_VENDOR_ID
subtype
protected short subtype
OFActionNiciraVendor
protected OFActionNiciraVendor(short subtype)
getSubtype
public short getSubtype()
setSubtype
public void setSubtype(short subtype)
readFrom
public void readFrom(java.nio.ByteBuffer data)
- Overrides:
readFrom
in class OFActionVendor
writeTo
public void writeTo(java.nio.ByteBuffer data)
- Overrides:
writeTo
in class OFActionVendor
hashCode
public int hashCode()
- Overrides:
hashCode
in class OFActionVendor
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class OFActionVendor