Uses of Interface
org.opendaylight.openflowjava.protocol.api.keys.ExperimenterSerializerKey
-
-
Uses of ExperimenterSerializerKey in org.opendaylight.openflowjava.protocol.api.extensibility
Methods in org.opendaylight.openflowjava.protocol.api.extensibility with parameters of type ExperimenterSerializerKey Modifier and Type Method Description boolean
SerializerExtensionProvider. unregisterSerializer(ExperimenterSerializerKey key)
Unregisters a custom serializer. -
Uses of ExperimenterSerializerKey in org.opendaylight.openflowjava.protocol.api.keys
Classes in org.opendaylight.openflowjava.protocol.api.keys that implement ExperimenterSerializerKey Modifier and Type Class Description class
ActionSerializerKey<T extends ActionChoice>
Key for an action serializer.class
ExperimenterActionSerializerKey
Key for an experimenter action serializer.class
ExperimenterIdMeterSubTypeSerializerKey<T extends org.opendaylight.yangtools.yang.binding.DataContainer>
Key for an experimenter id meter subtype serializer.class
ExperimenterIdSerializerKey<T extends org.opendaylight.yangtools.yang.binding.DataContainer>
Key for an experimenter id serializer.class
ExperimenterIdTypeSerializerKey<T extends org.opendaylight.yangtools.yang.binding.DataContainer>
Key for an experimenter id type serializer.class
ExperimenterInstructionSerializerKey
Key for an experimenter instruction serializer.class
InstructionSerializerKey<T extends InstructionChoice>
Key for an instruction serializer.class
MatchEntrySerializerKey<C extends OxmClassBase,F extends MatchField>
Key for a match entry serializer. -
Uses of ExperimenterSerializerKey in org.opendaylight.openflowjava.protocol.impl.core
Methods in org.opendaylight.openflowjava.protocol.impl.core with parameters of type ExperimenterSerializerKey Modifier and Type Method Description boolean
SwitchConnectionProviderImpl. unregisterSerializer(ExperimenterSerializerKey key)
-