Class BundleControlFactory

java.lang.Object
org.opendaylight.openflowplugin.extension.onf.serializer.AbstractBundleMessageFactory<BundleControlOnf>
org.opendaylight.openflowplugin.extension.onf.serializer.BundleControlFactory
All Implemented Interfaces:
OFGeneralSerializer, OFSerializer<BundleControlOnf>, SerializerRegistryInjector

public class BundleControlFactory extends AbstractBundleMessageFactory<BundleControlOnf>
Translates BundleControl messages (OpenFlow v1.3 extension #230).
  • Constructor Details

    • BundleControlFactory

      public BundleControlFactory()
  • Method Details

    • serialize

      public void serialize(BundleControlOnf input, io.netty.buffer.ByteBuf outBuffer)
      Description copied from interface: OFSerializer
      Transforms POJO/DTO into byte message (ByteBuf).
      Parameters:
      input - object to be serialized
      outBuffer - output buffer