org.openflow.gui.net.protocol
Class FlowsDel

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

public class FlowsDel
extends FlowsList

Flow(s) deleted message.

Author:
David Underhill

Field Summary
 
Fields inherited from class org.openflow.gui.net.protocol.FlowsList
flows
 
Fields inherited from class org.openflow.gui.net.protocol.OFGMessage
SIZEOF, timeCreated, TSSEP, type, xid
 
Constructor Summary
FlowsDel(Flow[] flows)
           
FlowsDel(int xid, Flow[] flows)
           
FlowsDel(int len, int xid, java.io.DataInput in)
           
 
Method Summary
 
Methods inherited from class org.openflow.gui.net.protocol.FlowsList
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

FlowsDel

public FlowsDel(Flow[] flows)

FlowsDel

public FlowsDel(int xid,
                Flow[] flows)

FlowsDel

public FlowsDel(int len,
                int xid,
                java.io.DataInput in)
         throws java.io.IOException
Throws:
java.io.IOException