Class GetFeaturesInputMessageFactory

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

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

    • GetFeaturesInputMessageFactory

      public GetFeaturesInputMessageFactory()
  • Method Details

    • serialize

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