com.bigswitch.floodlight.vendor
Class OFActionBigSwitchVendor
java.lang.Object
org.openflow.protocol.action.OFAction
org.openflow.protocol.action.OFActionVendor
com.bigswitch.floodlight.vendor.OFActionBigSwitchVendor
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- OFActionMirror, OFActionTunnelDstIP
public abstract class OFActionBigSwitchVendor
- extends OFActionVendor
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
MINIMUM_LENGTH
public static int MINIMUM_LENGTH
BSN_VENDOR_ID
public static int BSN_VENDOR_ID
subtype
protected int subtype
OFActionBigSwitchVendor
protected OFActionBigSwitchVendor(int subtype)
getSubtype
public int getSubtype()
setSubtype
public void setSubtype(int 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
toString
public java.lang.String toString()
- Description copied from class:
OFAction
- Returns a summary of the message
- Overrides:
toString
in class OFAction
- Returns:
- "ofmsg=v=$version;t=$type:l=$len:xid=$xid"