org.openflow.protocol
Class OFGetConfigRequest

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

public class OFGetConfigRequest
extends OFMessage

Represents an OFPT_GET_CONFIG_REQUEST type 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
OFGetConfigRequest()
           
 
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

OFGetConfigRequest

public OFGetConfigRequest()