Class TunnelIpv4SourceEntrySerializer
- 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.TunnelIpv4SourceEntrySerializer
 
 
 
- 
- All Implemented Interfaces:
- MatchEntrySerializer
 
 public class TunnelIpv4SourceEntrySerializer extends AbstractIpv4PrefixEntrySerializer 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializerAbstractMatchEntrySerializer.ConstantHeaderWriter<E,M>, AbstractMatchEntrySerializer.HeaderWriter<E,M>
 
- 
 - 
Constructor SummaryConstructors Constructor Description TunnelIpv4SourceEntrySerializer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4PrefixextractEntry(Match match)Extract the corresponding entry from a match.- 
Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractIpv4PrefixEntrySerializerextractEntryMask, serializeEntry
 - 
Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializerserializeIfPresent, writeIpv4Address, writeIpv4Prefix, writeIpv6Address, writeIpv6Prefix, writeMacAddress, writeMask
 
- 
 
- 
- 
- 
Method Detail- 
extractEntryprotected org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix extractEntry(Match match) Description copied from class:AbstractMatchEntrySerializerExtract the corresponding entry from a match.- Specified by:
- extractEntryin 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
 
 
- 
 
-