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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
serialize
(GetQueueConfigInput message, io.netty.buffer.ByteBuf outBuffer) Transforms POJO/DTO into byte message (ByteBuf).
-
Constructor Details
-
GetQueueConfigInputMessageFactory
public GetQueueConfigInputMessageFactory()
-
-
Method Details
-
serialize
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
-