java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer<Pbb,org.opendaylight.yangtools.yang.common.Uint32>
org.opendaylight.openflowplugin.impl.protocol.serialization.match.PbbEntrySerializer
All Implemented Interfaces:
MatchEntrySerializer

public class PbbEntrySerializer extends AbstractMatchEntrySerializer<Pbb,org.opendaylight.yangtools.yang.common.Uint32>
  • Constructor Details

    • PbbEntrySerializer

      public PbbEntrySerializer()
  • Method Details

    • extractEntry

      protected Pbb extractEntry(Match match)
      Description copied from class: AbstractMatchEntrySerializer
      Extract the corresponding entry from a match.
      Specified by:
      extractEntry in class AbstractMatchEntrySerializer<Pbb,org.opendaylight.yangtools.yang.common.Uint32>
      Parameters:
      match - Openflow match
      Returns:
      Entry, null if not present
    • extractEntryMask

      protected org.opendaylight.yangtools.yang.common.Uint32 extractEntryMask(Pbb entry)
      Description copied from class: AbstractMatchEntrySerializer
      Extract the mask contained in an entry.
      Specified by:
      extractEntryMask in class AbstractMatchEntrySerializer<Pbb,org.opendaylight.yangtools.yang.common.Uint32>
      Parameters:
      entry - entry to examine
      Returns:
      Mask, null if not present
    • serializeEntry

      protected void serializeEntry(Pbb entry, org.opendaylight.yangtools.yang.common.Uint32 mask, io.netty.buffer.ByteBuf outBuffer)
      Description copied from class: AbstractMatchEntrySerializer
      Extract the corresponding entry from a match.
      Specified by:
      serializeEntry in class AbstractMatchEntrySerializer<Pbb,org.opendaylight.yangtools.yang.common.Uint32>
      Parameters:
      entry - entry to serialize
      mask - mask as extracted from entry
      outBuffer - output buffer