Package org.openflow.gui.net.protocol

Core messages for communicating with the OpenFlow GUI backend.

See:
          Description

Class Summary
Flow Structure to describe a flow.
FlowHop A hop that a flow goes through.
FlowsAdd Flow(s) added message.
FlowsDel Flow(s) deleted message.
FlowsList A list of flows.
Link Structure to specify a link.
LinksAdd Link(s) added message.
LinksDel Link(s) deleted message.
LinksList A list of links.
Node Structure to specify a node.
NodesAdd Node(s) added message.
NodesDel Switch(es) deleted message.
NodesList A list of nodes.
OFGMessage Header for OpenFlow GUI protocol messages.
PollStart OFGMessage which tells the backend to periodically send a message for us.
PollStop Tells the backend to stop polling for a given message.
Request A generic request.
RequestLinks A request regarding links.
StatsHeader Stats related request or reply.
SwitchDescriptionRequest Request for info describing a switch.
 

Enum Summary
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.
OFGMessageType Enumerates what types of messages are in the OpenFlow GUI protocol.
RequestType Enumerates the types of requests.
 

Package org.openflow.gui.net.protocol Description

Core messages for communicating with the OpenFlow GUI backend.