Class AbstractUint32EntrySerializer

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.Uint32>
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractUint32EntrySerializer
All Implemented Interfaces:
MatchEntrySerializer
Direct Known Subclasses:
MplsLabelEntrySerializer, PacketTypeEntrySerializer

public abstract class AbstractUint32EntrySerializer extends AbstractPrimitiveEntrySerializer<org.opendaylight.yangtools.yang.common.Uint32>
  • Constructor Details

    • AbstractUint32EntrySerializer

      protected AbstractUint32EntrySerializer(int oxmClassCode, int oxmFieldCode)
  • Method Details

    • serializeEntry

      protected final void serializeEntry(org.opendaylight.yangtools.yang.common.Uint32 entry, io.netty.buffer.ByteBuf outBuffer)
      Specified by:
      serializeEntry in class AbstractPrimitiveEntrySerializer<org.opendaylight.yangtools.yang.common.Uint32>