org.openflow.protocol
Class OFFeaturesRequest

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

public class OFFeaturesRequest
extends OFMessage

Represents a features 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
OFFeaturesRequest()
           
 
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

OFFeaturesRequest

public OFFeaturesRequest()