Class MatchEntrySerializerKeyImpl

java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.serialization.match.MatchEntrySerializerKeyImpl
All Implemented Interfaces:
MatchEntrySerializerKey

public class MatchEntrySerializerKeyImpl extends Object implements MatchEntrySerializerKey
  • Constructor Details

    • MatchEntrySerializerKeyImpl

      public 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