Class Ipv4SourceEntrySerializer
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer<Object,Object>
 
org.opendaylight.openflowplugin.impl.protocol.serialization.match.Ipv4SourceEntrySerializer
- All Implemented Interfaces:
- MatchEntrySerializer
- 
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 final ObjectextractEntry(Match match) Extract the corresponding entry from a match.protected final ObjectextractEntryMask(Object entry) Extract the mask contained in an entry.protected final voidserializeEntry(Object entry, Object mask, io.netty.buffer.ByteBuf outBuffer) Extract the corresponding entry from a match.Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializerserializeIfPresent, writeIpv4Address, writeIpv4Prefix, writeIpv6Address, writeIpv6Prefix, writeMacAddress, writeMask
- 
Constructor Details- 
Ipv4SourceEntrySerializerpublic Ipv4SourceEntrySerializer()
 
- 
- 
Method Details- 
extractEntryDescription copied from class:AbstractMatchEntrySerializerExtract the corresponding entry from a match.- Specified by:
- extractEntryin class- AbstractMatchEntrySerializer<Object,- Object> 
- Parameters:
- match- Openflow match
- Returns:
- Entry, null if not present
 
- 
extractEntryMaskDescription copied from class:AbstractMatchEntrySerializerExtract the mask contained in an entry.- Specified by:
- extractEntryMaskin class- AbstractMatchEntrySerializer<Object,- Object> 
- Parameters:
- entry- entry to examine
- Returns:
- Mask, null if not present
 
- 
serializeEntryDescription copied from class:AbstractMatchEntrySerializerExtract the corresponding entry from a match.- Specified by:
- serializeEntryin class- AbstractMatchEntrySerializer<Object,- Object> 
- Parameters:
- entry- entry to serialize
- mask- mask as extracted from entry
- outBuffer- output buffer
 
 
-