org.openflow.gui.net.protocol
Class LinksDel

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

public class LinksDel
extends LinksList

Link(s) deleted message.

Author:
David Underhill

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

LinksDel

public LinksDel(Link[] links)

LinksDel

public LinksDel(int xid,
                Link[] links)

LinksDel

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