Class Icmpv4CodeEntrySerializer
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer<E,Void>
 
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractPrimitiveEntrySerializer<org.opendaylight.yangtools.yang.common.Uint8>
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractUint8EntrySerializer
org.opendaylight.openflowplugin.impl.protocol.serialization.match.Icmpv4CodeEntrySerializer
- All Implemented Interfaces:
 MatchEntrySerializer
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer
AbstractMatchEntrySerializer.ConstantHeaderWriter<E,M>, AbstractMatchEntrySerializer.HeaderWriter<E, M>  - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected org.opendaylight.yangtools.yang.common.Uint8extractEntry(Match match) Extract the corresponding entry from a match.Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractUint8EntrySerializer
serializeEntryMethods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractPrimitiveEntrySerializer
extractEntryMask, serializeEntryMethods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer
serializeIfPresent, writeIpv4Address, writeIpv4Prefix, writeIpv6Address, writeIpv6Prefix, writeMacAddress, writeMask 
- 
Constructor Details
- 
Icmpv4CodeEntrySerializer
public Icmpv4CodeEntrySerializer() 
 - 
 - 
Method Details
- 
extractEntry
Description copied from class:AbstractMatchEntrySerializerExtract the corresponding entry from a match.- Specified by:
 extractEntryin classAbstractMatchEntrySerializer<org.opendaylight.yangtools.yang.common.Uint8,Void> - Parameters:
 match- Openflow match- Returns:
 - Entry, null if not present
 
 
 -