Changes between Version 8 and Version 9 of Internal/OpenFlow/FloodlightFVPort/Architecture
- Timestamp:
- Aug 20, 2012, 6:21:21 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/FloodlightFVPort/Architecture
v8 v9 68 68 === The !FlowVisor service === #iii 69 69 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.70 The !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. 71 71 72 72 '''Implementation :''' net.floodlightcontroller.core.internal.!FlowVisor.java