Uses of Class
org.opendaylight.openflowjava.protocol.api.keys.InstructionSerializerKey
- 
- 
Uses of InstructionSerializerKey in org.opendaylight.openflowjava.protocol.api.extensibility
Methods 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.keys
Subclasses 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.core
Methods in org.opendaylight.openflowjava.protocol.impl.core with parameters of type InstructionSerializerKey Modifier and Type Method Description voidSwitchConnectionProviderImpl. registerInstructionSerializer(InstructionSerializerKey<?> key, OFGeneralSerializer serializer) 
 -