org.openflow.protocol
Class OFBarrierRequest

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

public class OFBarrierRequest
extends OFMessage

Represents an OFPT_BARRIER_REQUEST 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
OFBarrierRequest()
           
 
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

OFBarrierRequest

public OFBarrierRequest()