Class MplsBosEntrySerializer
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer<org.opendaylight.yangtools.yang.common.Uint8,Void>
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractPrimitiveEntrySerializer<org.opendaylight.yangtools.yang.common.Uint8>
org.opendaylight.openflowplugin.impl.protocol.serialization.match.MplsBosEntrySerializer
- All Implemented Interfaces:
MatchEntrySerializer
public class MplsBosEntrySerializer
extends AbstractPrimitiveEntrySerializer<org.opendaylight.yangtools.yang.common.Uint8>
-
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.opendaylight.yangtools.yang.common.Uint8
extractEntry
(Match match) Extract the corresponding entry from a match.protected void
serializeEntry
(org.opendaylight.yangtools.yang.common.Uint8 entry, io.netty.buffer.ByteBuf outBuffer) Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractPrimitiveEntrySerializer
extractEntryMask, serializeEntry
Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer
serializeIfPresent, writeIpv4Address, writeIpv4Prefix, writeIpv6Address, writeIpv6Prefix, writeMacAddress, writeMask
-
Constructor Details
-
MplsBosEntrySerializer
public MplsBosEntrySerializer()
-
-
Method Details
-
extractEntry
Description copied from class:AbstractMatchEntrySerializer
Extract the corresponding entry from a match.- Specified by:
extractEntry
in classAbstractMatchEntrySerializer<org.opendaylight.yangtools.yang.common.Uint8,
Void> - Parameters:
match
- Openflow match- Returns:
- Entry, null if not present
-
serializeEntry
protected void serializeEntry(org.opendaylight.yangtools.yang.common.Uint8 entry, io.netty.buffer.ByteBuf outBuffer) - Specified by:
serializeEntry
in classAbstractPrimitiveEntrySerializer<org.opendaylight.yangtools.yang.common.Uint8>
-