java.lang.Object
org.opendaylight.openflowjava.protocol.api.keys.MessageCodeKey
org.opendaylight.openflowplugin.impl.protocol.deserialization.key.MessageCodeMatchKey

public class MessageCodeMatchKey extends MessageCodeKey
  • Constructor Details

    • MessageCodeMatchKey

      public MessageCodeMatchKey(org.opendaylight.yangtools.yang.common.Uint8 version, int value, Class<?> clazz, MatchPath matchPath)
      Constructor.
      Parameters:
      version - wire protocol version
      value - used as distinguisher (read from binary data / buffer)
      clazz - class of object that is going to be deserialized
      matchPath - match extension path
  • Method Details