public interface OpenFlowSwitchDriverFactory
| Modifier and Type | Method and Description |
|---|---|
OpenFlowSwitchDriver |
getOFSwitchImpl(Dpid dpid,
org.projectfloodlight.openflow.protocol.OFDescStatsReply desc,
org.projectfloodlight.openflow.protocol.OFVersion ofv)
Constructs the real openflow switch representation.
|
OpenFlowSwitchDriver getOFSwitchImpl(Dpid dpid, org.projectfloodlight.openflow.protocol.OFDescStatsReply desc, org.projectfloodlight.openflow.protocol.OFVersion ofv)
dpid - the dpid for this switch.desc - its description.ofv - the OF version in use