Interface OpenFlowSwitchDriverFactory


  • public interface OpenFlowSwitchDriverFactory
    Switch factory which returns concrete switch objects for the physical openflow switch in use.
    • 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.