java.lang.Object
org.opendaylight.openflowjava.protocol.impl.serialization.factories.PortModInputMessageFactory
All Implemented Interfaces:
OFGeneralSerializer, OFSerializer<PortMod$G>

public class PortModInputMessageFactory extends Object implements OFSerializer<PortMod$G>
Translates PortMod messages. OF protocol versions: 1.3.
Author:
timotej.kubas, michal.polkorab
  • Constructor Details

    • PortModInputMessageFactory

      public PortModInputMessageFactory()
  • Method Details

    • serialize

      public void serialize(PortMod$G message, io.netty.buffer.ByteBuf outBuffer)
      Description copied from interface: OFSerializer
      Transforms POJO/DTO into byte message (ByteBuf).
      Specified by:
      serialize in interface OFSerializer<PortMod$G>
      Parameters:
      message - object to be serialized
      outBuffer - output buffer