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