Class AbstractOxmMacAddressSerializer
- java.lang.Object
-
- org.opendaylight.openflowjava.protocol.impl.serialization.match.AbstractOxmMatchEntrySerializer
-
- org.opendaylight.openflowjava.protocol.impl.serialization.match.AbstractOxmMacAddressSerializer
-
- All Implemented Interfaces:
HeaderSerializer<MatchEntry>
,OFGeneralSerializer
,OFSerializer<MatchEntry>
- Direct Known Subclasses:
OxmArpShaSerializer
,OxmArpThaSerializer
,OxmEthDstSerializer
,OxmEthSrcSerializer
,OxmIpv6NdSllSerializer
,OxmIpv6NdTllSerializer
public abstract class AbstractOxmMacAddressSerializer extends AbstractOxmMatchEntrySerializer
Parent for MAC address based match entry serializers.- Author:
- michal.polkorab
-
-
Constructor Summary
Constructors Constructor Description AbstractOxmMacAddressSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
writeMacAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress address, io.netty.buffer.ByteBuf outBuffer)
-
Methods inherited from class org.opendaylight.openflowjava.protocol.impl.serialization.match.AbstractOxmMatchEntrySerializer
getOxmClassCode, getOxmFieldCode, getValueLength, serialize, serializeHeader, writeMask, writeOxmFieldAndLength
-
-