Class AbstractPortNumberEntrySerializer

All Implemented Interfaces:
MatchEntrySerializer
Direct Known Subclasses:
SctpDestinationPortEntrySerializer, SctpSourcePortEntrySerializer

public abstract class AbstractPortNumberEntrySerializer extends AbstractUint16EntrySerializer
  • Constructor Details

    • AbstractPortNumberEntrySerializer

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

    • extractEntry

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

      protected abstract @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber extractPort(Match match)