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>
  • 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 class AbstractPrimitiveEntrySerializer<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress>