All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.onosproject.openflow.controller.OpenFlowOpticalSwitch Maven / Gradle / Ivy

package org.onosproject.openflow.controller;

/**
 * A marker interface for optical switches, which require the ability to pass
 * port information to a Device provider.
 */
public interface OpenFlowOpticalSwitch extends OpenFlowSwitch, WithTypedPorts {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy