com.bigswitch.floodlight.vendor
Class OFActionNiciraTtlDecrement

java.lang.Object
  extended by org.openflow.protocol.action.OFAction
      extended by org.openflow.protocol.action.OFActionVendor
          extended by com.bigswitch.floodlight.vendor.OFActionNiciraVendor
              extended by com.bigswitch.floodlight.vendor.OFActionNiciraTtlDecrement
All Implemented Interfaces:
java.lang.Cloneable

public class OFActionNiciraTtlDecrement
extends OFActionNiciraVendor


Field Summary
static int MINIMUM_LENGTH_TTL_DECREMENT
           
static short TTL_DECREMENT_SUBTYPE
           
 
Fields inherited from class com.bigswitch.floodlight.vendor.OFActionNiciraVendor
MINIMUM_LENGTH, NICIRA_VENDOR_ID, subtype
 
Fields inherited from class org.openflow.protocol.action.OFActionVendor
data, vendor
 
Fields inherited from class org.openflow.protocol.action.OFAction
length, OFFSET_LENGTH, OFFSET_TYPE, type
 
Constructor Summary
OFActionNiciraTtlDecrement()
           
 
Method Summary
 void readFrom(java.nio.ByteBuffer data)
           
 java.lang.String toString()
          Returns a summary of the message
 void writeTo(java.nio.ByteBuffer data)
           
 
Methods inherited from class com.bigswitch.floodlight.vendor.OFActionNiciraVendor
equals, getSubtype, hashCode, setSubtype
 
Methods inherited from class org.openflow.protocol.action.OFActionVendor
getData, getVendor, setData, setVendor
 
Methods inherited from class org.openflow.protocol.action.OFAction
clone, fromString, getLength, getLengthU, getType, setLength, setType
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MINIMUM_LENGTH_TTL_DECREMENT

public static int MINIMUM_LENGTH_TTL_DECREMENT

TTL_DECREMENT_SUBTYPE

public static final short TTL_DECREMENT_SUBTYPE
See Also:
Constant Field Values
Constructor Detail

OFActionNiciraTtlDecrement

public OFActionNiciraTtlDecrement()
Method Detail

readFrom

public void readFrom(java.nio.ByteBuffer data)
Overrides:
readFrom in class OFActionNiciraVendor

writeTo

public void writeTo(java.nio.ByteBuffer data)
Overrides:
writeTo in class OFActionNiciraVendor

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"