Class GetQueueConfigInputMessageFactory
- java.lang.Object
-
- org.opendaylight.openflowjava.protocol.impl.serialization.factories.GetQueueConfigInputMessageFactory
-
- All Implemented Interfaces:
OFGeneralSerializer
,OFSerializer<GetQueueConfigInput>
public class GetQueueConfigInputMessageFactory extends Object implements OFSerializer<GetQueueConfigInput>
Translates QueueGetConfigRequest messages.- Author:
- timotej.kubas, michal.polkorab
-
-
Constructor Summary
Constructors Constructor Description GetQueueConfigInputMessageFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
serialize(GetQueueConfigInput message, io.netty.buffer.ByteBuf outBuffer)
Transforms POJO/DTO into byte message (ByteBuf).
-
-
-
Method Detail
-
serialize
public void serialize(GetQueueConfigInput message, io.netty.buffer.ByteBuf outBuffer)
Description copied from interface:OFSerializer
Transforms POJO/DTO into byte message (ByteBuf).- Specified by:
serialize
in interfaceOFSerializer<GetQueueConfigInput>
- Parameters:
message
- object to be serializedoutBuffer
- output buffer
-
-