Class MatchEntrySerializerKeyImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.serialization.match.MatchEntrySerializerKeyImpl
- All Implemented Interfaces:
MatchEntrySerializerKey
-
Constructor Summary
ConstructorDescriptionMatchEntrySerializerKeyImpl
(short version, int oxmClass, int oxmField) Create new instance of MatchEntrySerializerKeyImpl. -
Method Summary
-
Constructor Details
-
MatchEntrySerializerKeyImpl
public MatchEntrySerializerKeyImpl(short version, int oxmClass, int oxmField) Create new instance of MatchEntrySerializerKeyImpl.- Parameters:
version
- openflow versionoxmClass
- match entry oxm classoxmField
- match entry field code
-
-
Method Details