Uses of Class
org.opendaylight.openflowjava.protocol.api.keys.InstructionSerializerKey
- 
- 
Uses of InstructionSerializerKey in org.opendaylight.openflowjava.protocol.api.extensibilityMethods in org.opendaylight.openflowjava.protocol.api.extensibility with parameters of type InstructionSerializerKey Modifier and Type Method Description voidSerializerExtensionProvider. registerInstructionSerializer(InstructionSerializerKey<?> key, OFGeneralSerializer serializer)Registers an instruction serializer.
- 
Uses of InstructionSerializerKey in org.opendaylight.openflowjava.protocol.api.keysSubclasses of InstructionSerializerKey in org.opendaylight.openflowjava.protocol.api.keys Modifier and Type Class Description classExperimenterInstructionSerializerKeyKey for an experimenter instruction serializer.
- 
Uses of InstructionSerializerKey in org.opendaylight.openflowjava.protocol.impl.coreMethods in org.opendaylight.openflowjava.protocol.impl.core with parameters of type InstructionSerializerKey Modifier and Type Method Description voidSwitchConnectionProviderImpl. registerInstructionSerializer(InstructionSerializerKey<?> key, OFGeneralSerializer serializer)
 
-