Class AbstractUint8EntrySerializer
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer<org.opendaylight.yangtools.yang.common.Uint8,Void>
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractPrimitiveEntrySerializer<org.opendaylight.yangtools.yang.common.Uint8>
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractUint8EntrySerializer
- All Implemented Interfaces:
MatchEntrySerializer
- Direct Known Subclasses:
Icmpv4CodeEntrySerializer
,Icmpv4TypeEntrySerializer
,Icmpv6CodeEntrySerializer
,Icmpv6TypeEntrySerializer
,IpEcnEntrySerializer
,IpProtoEntrySerializer
,MplsTcEntrySerializer
public abstract class AbstractUint8EntrySerializer
extends AbstractPrimitiveEntrySerializer<org.opendaylight.yangtools.yang.common.Uint8>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer
AbstractMatchEntrySerializer.ConstantHeaderWriter<E,
M>, AbstractMatchEntrySerializer.HeaderWriter<E, M> -
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractUint8EntrySerializer
(int oxmClassCode, int oxmFieldCode) -
Method Summary
Modifier and TypeMethodDescriptionprotected final void
serializeEntry
(org.opendaylight.yangtools.yang.common.Uint8 entry, io.netty.buffer.ByteBuf outBuffer) Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractPrimitiveEntrySerializer
extractEntryMask, serializeEntry
Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer
extractEntry, serializeIfPresent, writeIpv4Address, writeIpv4Prefix, writeIpv6Address, writeIpv6Prefix, writeMacAddress, writeMask
-
Constructor Details
-
AbstractUint8EntrySerializer
protected AbstractUint8EntrySerializer(int oxmClassCode, int oxmFieldCode)
-
-
Method Details
-
serializeEntry
protected final void serializeEntry(org.opendaylight.yangtools.yang.common.Uint8 entry, io.netty.buffer.ByteBuf outBuffer) - Specified by:
serializeEntry
in classAbstractPrimitiveEntrySerializer<org.opendaylight.yangtools.yang.common.Uint8>
-