Interface OpenFlowSwitchDriverFactory
-
public interface OpenFlowSwitchDriverFactorySwitch factory which returns concrete switch objects for the physical openflow switch in use.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpenFlowSwitchDrivergetOFSwitchImpl(Dpid dpid, org.projectfloodlight.openflow.protocol.OFDescStatsReply desc, org.projectfloodlight.openflow.protocol.OFVersion ofv)Constructs the real openflow switch representation.
-
-
-
Method Detail
-
getOFSwitchImpl
OpenFlowSwitchDriver getOFSwitchImpl(Dpid dpid, org.projectfloodlight.openflow.protocol.OFDescStatsReply desc, org.projectfloodlight.openflow.protocol.OFVersion ofv)
Constructs the real openflow switch representation.- Parameters:
dpid- the dpid for this switch.desc- its description.ofv- the OF version in use- Returns:
- the openflow switch representation.
-
-