Class EthernetDestinationEntrySerializer
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer<E,org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress>
 
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMacAddressFilterEntrySerializer<EthernetDestination>
org.opendaylight.openflowplugin.impl.protocol.serialization.match.EthernetDestinationEntrySerializer
- All Implemented Interfaces:
- MatchEntrySerializer
public class EthernetDestinationEntrySerializer
extends AbstractMacAddressFilterEntrySerializer<EthernetDestination>
- 
Nested Class SummaryNested classes/interfaces inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializerAbstractMatchEntrySerializer.ConstantHeaderWriter<E,M>, AbstractMatchEntrySerializer.HeaderWriter<E, M> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected EthernetDestinationextractEntry(Match match) Extract the corresponding entry from a match.Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMacAddressFilterEntrySerializerextractEntryMask, serializeEntryMethods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializerserializeIfPresent, writeIpv4Address, writeIpv4Prefix, writeIpv6Address, writeIpv6Prefix, writeMacAddress, writeMask
- 
Constructor Details- 
EthernetDestinationEntrySerializerpublic EthernetDestinationEntrySerializer()
 
- 
- 
Method Details- 
extractEntryDescription copied from class:AbstractMatchEntrySerializerExtract the corresponding entry from a match.- Specified by:
- extractEntryin class- AbstractMatchEntrySerializer<EthernetDestination,- org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress> 
- Parameters:
- match- Openflow match
- Returns:
- Entry, null if not present
 
 
-