Class PbbEntrySerializer
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer<Pbb,org.opendaylight.yangtools.yang.common.Uint32>
-
- org.opendaylight.openflowplugin.impl.protocol.serialization.match.PbbEntrySerializer
-
- All Implemented Interfaces:
MatchEntrySerializer
public class PbbEntrySerializer extends AbstractMatchEntrySerializer<Pbb,org.opendaylight.yangtools.yang.common.Uint32>
-
-
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 Constructor Description PbbEntrySerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PbbextractEntry(Match match)Extract the corresponding entry from a match.protected org.opendaylight.yangtools.yang.common.Uint32extractEntryMask(Pbb entry)Extract the mask contained in an entry.protected voidserializeEntry(Pbb entry, org.opendaylight.yangtools.yang.common.Uint32 mask, io.netty.buffer.ByteBuf outBuffer)Extract the corresponding entry from a match.-
Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer
serializeIfPresent, writeIpv4Address, writeIpv4Prefix, writeIpv6Address, writeIpv6Prefix, writeMacAddress, writeMask
-
-
-
-
Method Detail
-
extractEntry
protected Pbb extractEntry(Match match)
Description copied from class:AbstractMatchEntrySerializerExtract the corresponding entry from a match.- Specified by:
extractEntryin classAbstractMatchEntrySerializer<Pbb,org.opendaylight.yangtools.yang.common.Uint32>- Parameters:
match- Openflow match- Returns:
- Entry, null if not present
-
extractEntryMask
protected org.opendaylight.yangtools.yang.common.Uint32 extractEntryMask(Pbb entry)
Description copied from class:AbstractMatchEntrySerializerExtract the mask contained in an entry.- Specified by:
extractEntryMaskin classAbstractMatchEntrySerializer<Pbb,org.opendaylight.yangtools.yang.common.Uint32>- Parameters:
entry- entry to examine- Returns:
- Mask, null if not present
-
serializeEntry
protected void serializeEntry(Pbb entry, org.opendaylight.yangtools.yang.common.Uint32 mask, io.netty.buffer.ByteBuf outBuffer)
Description copied from class:AbstractMatchEntrySerializerExtract the corresponding entry from a match.- Specified by:
serializeEntryin classAbstractMatchEntrySerializer<Pbb,org.opendaylight.yangtools.yang.common.Uint32>- Parameters:
entry- entry to serializemask- mask as extracted from entryoutBuffer- output buffer
-
-