Class VlanPcpEntrySerializer
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer<org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp,Void>
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractPrimitiveEntrySerializer<org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp>
org.opendaylight.openflowplugin.impl.protocol.serialization.match.VlanPcpEntrySerializer
- All Implemented Interfaces:
MatchEntrySerializer
public class VlanPcpEntrySerializer
extends AbstractPrimitiveEntrySerializer<org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp>
-
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.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcpextractEntry(Match match) Extract the corresponding entry from a match.protected voidserializeEntry(org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp entry, io.netty.buffer.ByteBuf outBuffer) Methods 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
-
VlanPcpEntrySerializer
public VlanPcpEntrySerializer()
-
-
Method Details
-
extractEntry
protected org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp extractEntry(Match match) Description copied from class:AbstractMatchEntrySerializerExtract the corresponding entry from a match.- Specified by:
extractEntryin classAbstractMatchEntrySerializer<org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp,Void> - Parameters:
match- Openflow match- Returns:
- Entry, null if not present
-
serializeEntry
protected void serializeEntry(org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp entry, io.netty.buffer.ByteBuf outBuffer) - Specified by:
serializeEntryin classAbstractPrimitiveEntrySerializer<org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp>
-