Uses of Package
org.openflow.gui.net.protocol

Packages that use org.openflow.gui.net.protocol
org.openflow.gui Core components of the OpenFlow GUI. 
org.openflow.gui.drawables Objects which can be drawn by the Pan-Zoom GUI. 
org.openflow.gui.net Provides classes to manage connections and protocols. 
org.openflow.gui.net.protocol Core messages for communicating with the OpenFlow GUI backend. 
org.openflow.gui.net.protocol.auth Authentication messages. 
org.openflow.protocol Defines messages in the OpenFlow protocol. 
 

Classes in org.openflow.gui.net.protocol used by org.openflow.gui
LinkType
          Enumerates what types of links are in the topology.
Node
          Structure to specify a node.
OFGMessage
          Header for OpenFlow GUI protocol messages.
 

Classes in org.openflow.gui.net.protocol used by org.openflow.gui.drawables
FlowType
          Enumerates what types of flows are in the topology.
LinkType
          Enumerates what types of links are in the topology.
NodeType
          Enumerates what types of nodes are in the topology.
 

Classes in org.openflow.gui.net.protocol used by org.openflow.gui.net
OFGMessage
          Header for OpenFlow GUI protocol messages.
 

Classes in org.openflow.gui.net.protocol used by org.openflow.gui.net.protocol
Flow
          Structure to describe a flow.
FlowHop
          A hop that a flow goes through.
FlowsList
          A list of flows.
FlowType
          Enumerates what types of flows are in the topology.
Link
          Structure to specify a link.
LinksList
          A list of links.
LinkType
          Enumerates what types of links are in the topology.
Node
          Structure to specify a node.
NodesList
          A list of nodes.
NodeType
          Enumerates what types of nodes are in the topology.
OFGMessage
          Header for OpenFlow GUI protocol messages.
OFGMessageType
          Enumerates what types of messages are in the OpenFlow GUI protocol.
Request
          A generic request.
RequestType
          Enumerates the types of requests.
StatsHeader
          Stats related request or reply.
 

Classes in org.openflow.gui.net.protocol used by org.openflow.gui.net.protocol.auth
OFGMessage
          Header for OpenFlow GUI protocol messages.
 

Classes in org.openflow.gui.net.protocol used by org.openflow.protocol
OFGMessage
          Header for OpenFlow GUI protocol messages.
OFGMessageType
          Enumerates what types of messages are in the OpenFlow GUI protocol.
StatsHeader
          Stats related request or reply.