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 Summary
Constructors Constructor Description GetAsyncReplyMessageFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserialize(GetAsyncOutput message, io.netty.buffer.ByteBuf outBuffer)Transforms POJO/DTO into byte message (ByteBuf).
-
-
-
Method Detail
-
serialize
public void serialize(GetAsyncOutput message, io.netty.buffer.ByteBuf outBuffer)
Description copied from interface:OFSerializerTransforms POJO/DTO into byte message (ByteBuf).- Specified by:
serializein interfaceOFSerializer<GetAsyncOutput>- Parameters:
message- object to be serializedoutBuffer- output buffer
-
-