Class GetConfigInputMessageFactory

java.lang.Object
org.opendaylight.openflowjava.protocol.impl.serialization.factories.GetConfigInputMessageFactory
All Implemented Interfaces:
OFGeneralSerializer, OFSerializer<GetConfigInput>

public class GetConfigInputMessageFactory extends Object implements OFSerializer<GetConfigInput>
Translates GetConfigRequest messages (both OpenFlow v1.0 and OpenFlow v1.3).
Author:
michal.polkorab, timotej.kubas
  • Constructor Details

    • GetConfigInputMessageFactory

      public GetConfigInputMessageFactory()
  • Method Details

    • serialize

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