Class InPortEntrySerializer
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer<E,Void>
 
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractPrimitiveEntrySerializer<NodeConnectorId>
org.opendaylight.openflowplugin.impl.protocol.serialization.match.InPortEntrySerializer
- 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 NodeConnectorIdextractEntry(Match match) Extract the corresponding entry from a match.protected voidserializeEntry(NodeConnectorId entry, io.netty.buffer.ByteBuf outBuffer) Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractPrimitiveEntrySerializerextractEntryMask, serializeEntryMethods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializerserializeIfPresent, writeIpv4Address, writeIpv4Prefix, writeIpv6Address, writeIpv6Prefix, writeMacAddress, writeMask
- 
Constructor Details- 
InPortEntrySerializerpublic InPortEntrySerializer()
 
- 
- 
Method Details- 
extractEntryDescription copied from class:AbstractMatchEntrySerializerExtract the corresponding entry from a match.- Specified by:
- extractEntryin class- AbstractMatchEntrySerializer<NodeConnectorId,- Void> 
- Parameters:
- match- Openflow match
- Returns:
- Entry, null if not present
 
- 
serializeEntry- Specified by:
- serializeEntryin class- AbstractPrimitiveEntrySerializer<NodeConnectorId>
 
 
-