org.openflow.protocol.action
Class OFActionPushMPLS
java.lang.Object
org.openflow.protocol.action.OFAction
org.openflow.protocol.action.OFActionPushMPLS
- All Implemented Interfaces:
- java.lang.Cloneable
public class OFActionPushMPLS
- extends OFAction
Represents an ofp_action_push
- Author:
- David Erickson (daviderickson@cs.stanford.edu) - Mar 11, 2010
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
MINIMUM_LENGTH
public static int MINIMUM_LENGTH
etherType
protected short etherType
OFActionPushMPLS
public OFActionPushMPLS()
OFActionPushMPLS
public OFActionPushMPLS(short etherType)
getEtherType
public short getEtherType()
- Returns:
- the etherType
setEtherType
public OFActionPushMPLS setEtherType(short etherType)
- Parameters:
etherType
- the etherType to set
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
hashCode
public int hashCode()
- Overrides:
hashCode
in class OFAction
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
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"