...
The module is implemented in net.floodlightcontroller.core.internal.OFSwitchManager.java.
How it works
Please see Java's documentation hereThe OFSwitchManager uses the Netty library to handle threading and connections to switches. Each OpenFlow message will be processed by a Netty thread and will execute all logic associated with with the message across all modules.
Limitations
- None
Configuration
...