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 void
SerializerExtensionProvider. 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 class
ExperimenterInstructionSerializerKey
Key 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 void
SwitchConnectionProviderImpl. registerInstructionSerializer(InstructionSerializerKey<?> key, OFGeneralSerializer serializer)
-