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