org.openflow.protocol
Class OFEchoReply

java.lang.Object
  extended by org.openflow.protocol.OFMessage
      extended by org.openflow.protocol.OFEchoRequest
          extended by org.openflow.protocol.OFEchoReply

public class OFEchoReply
extends OFEchoRequest

Represents an ofp_echo_reply message

Author:
Rob Sherwood (rob.sherwood@stanford.edu), Srini Seetharaman (srini.seetharaman@gmail.com)

Field Summary
 
Fields inherited from class org.openflow.protocol.OFMessage
length, MINIMUM_LENGTH, OFP_VERSION, type, version, xid
 
Constructor Summary
OFEchoReply()
           
 
Method Summary
 
Methods inherited from class org.openflow.protocol.OFEchoRequest
computeLength, equals, getPayload, hashCode, readFrom, setPayload, 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

OFEchoReply

public OFEchoReply()