Uses of Class
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer.HeaderWriter
-
Packages that use AbstractMatchEntrySerializer.HeaderWriter Package Description org.opendaylight.openflowplugin.impl.protocol.serialization.match -
-
Uses of AbstractMatchEntrySerializer.HeaderWriter in org.opendaylight.openflowplugin.impl.protocol.serialization.match
Subclasses of AbstractMatchEntrySerializer.HeaderWriter in org.opendaylight.openflowplugin.impl.protocol.serialization.match Modifier and Type Class Description protected static class
AbstractMatchEntrySerializer.ConstantHeaderWriter<E,M>
UtilityAbstractMatchEntrySerializer.HeaderWriter
optimized for cases where the header does not depend on the actual entry content beyond presence/absence of a mask.Constructors in org.opendaylight.openflowplugin.impl.protocol.serialization.match with parameters of type AbstractMatchEntrySerializer.HeaderWriter Constructor Description AbstractExperimenterMatchEntrySerializer(AbstractMatchEntrySerializer.HeaderWriter<E,M> headerWriter, long experimenterId)
AbstractMatchEntrySerializer(AbstractMatchEntrySerializer.HeaderWriter<E,M> headerWriter)
AbstractPrimitiveEntrySerializer(AbstractMatchEntrySerializer.HeaderWriter<E,Void> headerWriter)
-