org.openflow.protocol
Class OFBarrierReply

java.lang.Object
  extended by org.openflow.protocol.OFMessage
      extended by org.openflow.protocol.OFBarrierReply

public class OFBarrierReply
extends OFMessage

Represents an OFPT_BARRIER_REPLY message

Author:
David Erickson (daviderickson@cs.stanford.edu)

Field Summary
 
Fields inherited from class org.openflow.protocol.OFMessage
length, MINIMUM_LENGTH, OFP_VERSION, type, version, xid
 
Constructor Summary
OFBarrierReply()
           
 
Method Summary
 
Methods inherited from class org.openflow.protocol.OFMessage
computeLength, equals, getLength, getLengthU, getType, getVersion, getXid, hashCode, readFrom, setLength, setLengthU, setType, setVersion, setXid, toString, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OFBarrierReply

public OFBarrierReply()