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>
  • 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 class AbstractPrimitiveEntrySerializer<org.opendaylight.yangtools.yang.common.Uint8>