Class GetAsyncReplyMessageFactory

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

public class GetAsyncReplyMessageFactory extends Object implements OFSerializer<GetAsyncOutput>
Translates GetAsyncOutput messages.
Author:
giuseppex.petralia@intel.com
  • Constructor Details

    • GetAsyncReplyMessageFactory

      public GetAsyncReplyMessageFactory()
  • Method Details

    • serialize

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