Interface OpenFlowOpticalSwitch

    • Method Detail

      • getPorts

        @Beta
        java.util.List<org.projectfloodlight.openflow.protocol.OFPortDesc> getPorts()
        Returns a list of standard (Ethernet) ports.
        Specified by:
        getPorts in interface OpenFlowSwitch
        Returns:
        List of standard (Ethernet) ports
      • processExpPortStats

        default java.util.List<org.onosproject.net.device.PortDescription> processExpPortStats​(org.projectfloodlight.openflow.protocol.OFMessage msg)
        Returns updated PortDescriptions built from experimenter message received from device.
        Parameters:
        msg - OpenFlow message from device.
        Returns:
        List of updated PortDescriptions.