Changes between Version 8 and Version 9 of Internal/OpenFlow/FloodlightFVPort/Architecture


Ignore:
Timestamp:
Aug 20, 2012, 6:21:21 AM (12 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/FloodlightFVPort/Architecture

    v8 v9  
    6868=== The !FlowVisor service === #iii
    6969 
    70 The !FlowVisor service is derived from Floodlight's Controller class, the main implementation of the service that handles connections and events. The !FlowVisor service initializes switch-side message handlers (FVClassifiers) for each switch connection, and dispatches messages as events to subscribing modules according to message type and slice policy. 
     70The !FlowVisor service is derived from Floodlight's Controller class, a component that implements the services that !FloodlightProvider provides. The !FlowVisor service initializes switch-side message handlers (FVClassifiers) for each switch connection, and dispatches messages as events to subscribing modules according to message type and slice policy. 
    7171
    7272'''Implementation :''' net.floodlightcontroller.core.internal.!FlowVisor.java