org.openflow.protocol.action
Class OFActionCopyTTLIn

java.lang.Object
  extended by org.openflow.protocol.action.OFAction
      extended by org.openflow.protocol.action.OFActionCopyTTLIn
All Implemented Interfaces:
java.lang.Cloneable

public class OFActionCopyTTLIn
extends OFAction

Represents an ofp_action_copy_ttl_in

Author:
Srini Seetharaman (srini.seetharaman@gmail.com)

Field Summary
static int MINIMUM_LENGTH
           
 
Fields inherited from class org.openflow.protocol.action.OFAction
length, OFFSET_LENGTH, OFFSET_TYPE, type
 
Constructor Summary
OFActionCopyTTLIn()
           
 
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 org.openflow.protocol.action.OFAction
clone, equals, fromString, getLength, getLengthU, getType, hashCode, setLength, setType
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MINIMUM_LENGTH

public static int MINIMUM_LENGTH
Constructor Detail

OFActionCopyTTLIn

public OFActionCopyTTLIn()
Method Detail

readFrom

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

writeTo

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

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"