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