Class AbstractMacAddressEntrySerializer
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer<E,Void>
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractPrimitiveEntrySerializer<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress>
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMacAddressEntrySerializer
- All Implemented Interfaces:
MatchEntrySerializer
- Direct Known Subclasses:
Ipv6NdSllEntrySerializer
,Ipv6NdTllEntrySerializer
public abstract class AbstractMacAddressEntrySerializer
extends AbstractPrimitiveEntrySerializer<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress>
-
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
ModifierConstructorDescriptionprotected
AbstractMacAddressEntrySerializer
(int oxmClassCode, int oxmFieldCode) -
Method Summary
Modifier and TypeMethodDescriptionprotected final void
serializeEntry
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress 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
extractEntry, serializeIfPresent, writeIpv4Address, writeIpv4Prefix, writeIpv6Address, writeIpv6Prefix, writeMacAddress, writeMask
-
Constructor Details
-
AbstractMacAddressEntrySerializer
protected AbstractMacAddressEntrySerializer(int oxmClassCode, int oxmFieldCode)
-
-
Method Details
-
serializeEntry
protected final void serializeEntry(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress entry, io.netty.buffer.ByteBuf outBuffer) - Specified by:
serializeEntry
in classAbstractPrimitiveEntrySerializer<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress>
-