Class AbstractUint8EntrySerializer
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer<E,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
Constructors Modifier Constructor Description protectedAbstractUint8EntrySerializer(int oxmClassCode, int oxmFieldCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidserializeEntry(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
-
-
-
-
Method Detail
-
serializeEntry
protected final void serializeEntry(org.opendaylight.yangtools.yang.common.Uint8 entry, io.netty.buffer.ByteBuf outBuffer)- Specified by:
serializeEntryin classAbstractPrimitiveEntrySerializer<org.opendaylight.yangtools.yang.common.Uint8>
-
-