Uses of Class
org.openflow.gui.net.protocol.OFGMessageType

Packages that use OFGMessageType
org.openflow.gui.net.protocol Core messages for communicating with the OpenFlow GUI backend. 
org.openflow.protocol Defines messages in the OpenFlow protocol. 
 

Uses of OFGMessageType in org.openflow.gui.net.protocol
 

Fields in org.openflow.gui.net.protocol declared as OFGMessageType
 OFGMessageType OFGMessage.type
          type of this message
 

Methods in org.openflow.gui.net.protocol that return OFGMessageType
 OFGMessageType OFGMessage.getType()
          gets the type associated with this class
static OFGMessageType OFGMessageType.typeValToMessageType(byte typeID)
          Returns the OFGMessageType constant associated with typeID, if any
static OFGMessageType OFGMessageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OFGMessageType[] OFGMessageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.openflow.gui.net.protocol with parameters of type OFGMessageType
FlowsList(int len, OFGMessageType t, int xid, java.io.DataInput in)
           
FlowsList(OFGMessageType t, Flow[] flows)
           
FlowsList(OFGMessageType t, int xid, Flow[] flows)
           
LinksList(int len, OFGMessageType t, int xid, java.io.DataInput in)
           
LinksList(OFGMessageType t, int xid, Link[] links)
           
LinksList(OFGMessageType t, Link[] links)
           
NodesList(int len, OFGMessageType t, int xid, java.io.DataInput in)
           
NodesList(OFGMessageType t, int xid, Node[] nodes)
           
NodesList(OFGMessageType t, Node[] nodes)
           
OFGMessage(OFGMessageType t, int xid)
          used to construct a message
Request(OFGMessageType msgType, RequestType requestType)
           
Request(OFGMessageType msgType, RequestType requestType, short type)
           
 

Uses of OFGMessageType in org.openflow.protocol
 

Methods in org.openflow.protocol with parameters of type OFGMessageType
static StatsHeader StatsType.decode(int len, OFGMessageType t, int xid, java.io.DataInput in)
          Constructs the object representing the received message.