org.openflow.gui.net.protocol
Class SwitchDescriptionRequest

java.lang.Object
  extended by org.openflow.gui.net.protocol.OFGMessage
      extended by org.openflow.gui.net.protocol.StatsHeader
          extended by org.openflow.gui.net.protocol.SwitchDescriptionRequest
All Implemented Interfaces:
Message<OFGMessageType>

public class SwitchDescriptionRequest
extends StatsHeader

Request for info describing a switch.

Author:
David Underhill

Field Summary
 
Fields inherited from class org.openflow.gui.net.protocol.StatsHeader
dpid, flags, REPLY, REQUEST, statsType
 
Fields inherited from class org.openflow.gui.net.protocol.OFGMessage
SIZEOF, timeCreated, TSSEP, type, xid
 
Constructor Summary
SwitchDescriptionRequest(long dpid)
          Create a request for stats from the switch with its description
SwitchDescriptionRequest(long dpid, StatsFlag flag)
          Create a request for stats from the switch with its description
 
Method Summary
 
Methods inherited from class org.openflow.gui.net.protocol.StatsHeader
length, toString, write
 
Methods inherited from class org.openflow.gui.net.protocol.OFGMessage
getType, isStatefulReply, isStatefulRequest, timeCreated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SwitchDescriptionRequest

public SwitchDescriptionRequest(long dpid)
                         throws java.io.IOException
Create a request for stats from the switch with its description

Throws:
java.io.IOException

SwitchDescriptionRequest

public SwitchDescriptionRequest(long dpid,
                                StatsFlag flag)
                         throws java.io.IOException
Create a request for stats from the switch with its description

Throws:
java.io.IOException