org.openflow.protocol
Class OFSetConfig

java.lang.Object
  extended by org.openflow.protocol.OFMessage
      extended by org.openflow.protocol.OFSwitchConfig
          extended by org.openflow.protocol.OFSetConfig

public class OFSetConfig
extends OFSwitchConfig

Represents an OFPT_SET_CONFIG type message

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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.openflow.protocol.OFSwitchConfig
OFSwitchConfig.OFConfigFlags
 
Field Summary
 
Fields inherited from class org.openflow.protocol.OFSwitchConfig
flags, MINIMUM_LENGTH, missSendLength
 
Fields inherited from class org.openflow.protocol.OFMessage
length, OFP_VERSION, type, version, xid
 
Constructor Summary
OFSetConfig()
           
 
Method Summary
 
Methods inherited from class org.openflow.protocol.OFSwitchConfig
computeLength, equals, getFlags, getMissSendLength, hashCode, readFrom, setFlags, setMissSendLength, writeTo
 
Methods inherited from class org.openflow.protocol.OFMessage
getLength, getLengthU, getType, getVersion, getXid, setLength, setLengthU, setType, setVersion, setXid, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OFSetConfig

public OFSetConfig()