Class MatchNormalizationUtil
java.lang.Object
org.opendaylight.openflowplugin.impl.util.MatchNormalizationUtil
Utility class for match normalization.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull MatchNormalizationUtil
static final @NonNull MatchNormalizationUtil
-
Method Summary
Modifier and TypeMethodDescription@NonNull Match
normalizeMatch
(@NonNull Match match) Normalize match.static @NonNull MatchNormalizationUtil
ofVersion
(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
-