Class MatchNormalizationUtil
java.lang.Object
org.opendaylight.openflowplugin.impl.util.MatchNormalizationUtil
Utility class for match normalization.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull MatchNormalizationUtilstatic final @NonNull MatchNormalizationUtil -
Method Summary
Modifier and TypeMethodDescription@NonNull MatchnormalizeMatch(@NonNull Match match) Normalize match.static @NonNull MatchNormalizationUtilofVersion(org.opendaylight.yangtools.yang.common.Uint8 version)
-
Field Details
-
VERSION_1_0
-
VERSION_1_3
-
-
Method Details
-
ofVersion
public static @NonNull MatchNormalizationUtil ofVersion(org.opendaylight.yangtools.yang.common.Uint8 version) -
normalizeMatch
Normalize match.- Parameters:
match- the OpenFlow match- Returns:
- normalized OpenFlow match
-