Uses of Interface
org.opendaylight.openflowplugin.api.openflow.protocol.serialization.MatchEntrySerializer
- 
Packages that use MatchEntrySerializer Package Description org.opendaylight.openflowplugin.api.openflow.protocol.serialization org.opendaylight.openflowplugin.impl.protocol.serialization.match 
- 
- 
Uses of MatchEntrySerializer in org.opendaylight.openflowplugin.api.openflow.protocol.serializationMethods in org.opendaylight.openflowplugin.api.openflow.protocol.serialization with parameters of type MatchEntrySerializer Modifier and Type Method Description voidMatchEntrySerializerRegistry. registerEntrySerializer(MatchEntrySerializerKey key, MatchEntrySerializer serializer)Registers match entry serializer.
- 
Uses of MatchEntrySerializer in org.opendaylight.openflowplugin.impl.protocol.serialization.matchMethods in org.opendaylight.openflowplugin.impl.protocol.serialization.match with parameters of type MatchEntrySerializer Modifier and Type Method Description voidMatchSerializer. registerEntrySerializer(MatchEntrySerializerKey key, MatchEntrySerializer serializer)
 
-