Class InstructionSerializerKey<T extends InstructionChoice>

java.lang.Object
org.opendaylight.openflowjava.protocol.api.keys.MessageTypeKey<Instruction>
org.opendaylight.openflowjava.protocol.api.keys.InstructionSerializerKey<T>
Type Parameters:
T - instruction type
All Implemented Interfaces:
ExperimenterSerializerKey
Direct Known Subclasses:
ExperimenterInstructionSerializerKey

public class InstructionSerializerKey<T extends InstructionChoice> extends MessageTypeKey<Instruction> implements ExperimenterSerializerKey
Key for an instruction serializer.
Author:
michal.polkorab
  • Constructor Details

    • InstructionSerializerKey

      public InstructionSerializerKey(org.opendaylight.yangtools.yang.common.Uint8 msgVersion, Class<T> instructionType, Long experimenterId)
      Constructor.
      Parameters:
      msgVersion - protocol wire version
      instructionType - type of instruction
      experimenterId - experimenter / vendor ID
  • Method Details