Class TunnelIpv4DestinationEntrySerializer

java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix,Integer>
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractIpv4PrefixEntrySerializer
org.opendaylight.openflowplugin.impl.protocol.serialization.match.TunnelIpv4DestinationEntrySerializer
All Implemented Interfaces:
MatchEntrySerializer

public class TunnelIpv4DestinationEntrySerializer extends AbstractIpv4PrefixEntrySerializer
  • Constructor Details

    • TunnelIpv4DestinationEntrySerializer

      public TunnelIpv4DestinationEntrySerializer()
  • Method Details

    • extractEntry

      protected org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix extractEntry(Match match)
      Description copied from class: AbstractMatchEntrySerializer
      Extract the corresponding entry from a match.
      Specified by:
      extractEntry in class AbstractMatchEntrySerializer<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix,Integer>
      Parameters:
      match - Openflow match
      Returns:
      Entry, null if not present