org.openflow.protocol.action
Class OFActionPopPBB
java.lang.Object
org.openflow.protocol.action.OFAction
org.openflow.protocol.action.OFActionPopPBB
- All Implemented Interfaces:
- java.lang.Cloneable
public class OFActionPopPBB
- extends OFAction
Represents an ofp_action_pop_pbb
- Author:
- David Erickson (daviderickson@cs.stanford.edu) - Mar 11, 2010
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 java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
MINIMUM_LENGTH
public static int MINIMUM_LENGTH
OFActionPopPBB
public OFActionPopPBB()
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"