Uses of Interface
org.opendaylight.openflowjava.protocol.api.keys.ExperimenterSerializerKey
- 
- 
Uses of ExperimenterSerializerKey in org.opendaylight.openflowjava.protocol.api.extensibilityMethods in org.opendaylight.openflowjava.protocol.api.extensibility with parameters of type ExperimenterSerializerKey Modifier and Type Method Description booleanSerializerExtensionProvider. unregisterSerializer(ExperimenterSerializerKey key)Unregisters a custom serializer.
- 
Uses of ExperimenterSerializerKey in org.opendaylight.openflowjava.protocol.api.keysClasses in org.opendaylight.openflowjava.protocol.api.keys that implement ExperimenterSerializerKey Modifier and Type Class Description classActionSerializerKey<T extends ActionChoice>Key for an action serializer.classExperimenterActionSerializerKeyKey for an experimenter action serializer.classExperimenterIdMeterSubTypeSerializerKey<T extends org.opendaylight.yangtools.yang.binding.DataContainer>Key for an experimenter id meter subtype serializer.classExperimenterIdSerializerKey<T extends org.opendaylight.yangtools.yang.binding.DataContainer>Key for an experimenter id serializer.classExperimenterIdTypeSerializerKey<T extends org.opendaylight.yangtools.yang.binding.DataContainer>Key for an experimenter id type serializer.classExperimenterInstructionSerializerKeyKey for an experimenter instruction serializer.classInstructionSerializerKey<T extends InstructionChoice>Key for an instruction serializer.classMatchEntrySerializerKey<C extends OxmClassBase,F extends MatchField>Key for a match entry serializer.
- 
Uses of ExperimenterSerializerKey in org.opendaylight.openflowjava.protocol.impl.coreMethods in org.opendaylight.openflowjava.protocol.impl.core with parameters of type ExperimenterSerializerKey Modifier and Type Method Description booleanSwitchConnectionProviderImpl. unregisterSerializer(ExperimenterSerializerKey key)
 
-