Class UdpDestinationPortEntrySerializer
- java.lang.Object
- 
- org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer<Layer4Match,org.opendaylight.yangtools.yang.common.Uint16>
- 
- org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractPortNumberWithMaskEntrySerilizer
- 
- org.opendaylight.openflowplugin.impl.protocol.serialization.match.UdpDestinationPortEntrySerializer
 
 
 
- 
- All Implemented Interfaces:
- MatchEntrySerializer
 
 public class UdpDestinationPortEntrySerializer extends AbstractPortNumberWithMaskEntrySerilizer 
- 
- 
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 UdpDestinationPortEntrySerializer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Layer4MatchextractEntry(Match match)Extract the corresponding entry from a match.protected org.opendaylight.yangtools.yang.common.Uint16extractMask(Layer4Match entry)protected org.opendaylight.yangtools.yang.common.Uint16extractPort(Layer4Match l4match)- 
Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractPortNumberWithMaskEntrySerilizerextractEntryMask, serializeEntry
 - 
Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializerserializeIfPresent, writeIpv4Address, writeIpv4Prefix, writeIpv6Address, writeIpv6Prefix, writeMacAddress, writeMask
 
- 
 
- 
- 
- 
Method Detail- 
extractPortprotected org.opendaylight.yangtools.yang.common.Uint16 extractPort(Layer4Match l4match) - Specified by:
- extractPortin class- AbstractPortNumberWithMaskEntrySerilizer
 
 - 
extractEntryprotected Layer4Match extractEntry(Match match) Description copied from class:AbstractMatchEntrySerializerExtract the corresponding entry from a match.- Specified by:
- extractEntryin class- AbstractMatchEntrySerializer<Layer4Match,org.opendaylight.yangtools.yang.common.Uint16>
- Parameters:
- match- Openflow match
- Returns:
- Entry, null if not present
 
 - 
extractMaskprotected org.opendaylight.yangtools.yang.common.Uint16 extractMask(Layer4Match entry) - Specified by:
- extractMaskin class- AbstractPortNumberWithMaskEntrySerilizer
 
 
- 
 
-