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.serialization
Methods in org.opendaylight.openflowplugin.api.openflow.protocol.serialization with parameters of type MatchEntrySerializer Modifier and Type Method Description void
MatchEntrySerializerRegistry. registerEntrySerializer(MatchEntrySerializerKey key, MatchEntrySerializer serializer)
Registers match entry serializer. -
Uses of MatchEntrySerializer in org.opendaylight.openflowplugin.impl.protocol.serialization.match
Methods in org.opendaylight.openflowplugin.impl.protocol.serialization.match with parameters of type MatchEntrySerializer Modifier and Type Method Description void
MatchSerializer. registerEntrySerializer(MatchEntrySerializerKey key, MatchEntrySerializer serializer)
-