Class SwitchFeaturesUtil
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.device.SwitchFeaturesUtil
-
public final class SwitchFeaturesUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SwitchFeaturesbuildSwitchFeatures(GetFeaturesOutput features)Returns the features of the switch.
-
-
-
Method Detail
-
buildSwitchFeatures
public static SwitchFeatures buildSwitchFeatures(GetFeaturesOutput features)
Returns the features of the switch.- Parameters:
features-GetFeaturesOutput- Returns:
- switch features
-
-