Class BundleControlFactory
- java.lang.Object
-
- org.opendaylight.openflowplugin.extension.onf.serializer.AbstractBundleMessageFactory<BundleControlOnf>
-
- org.opendaylight.openflowplugin.extension.onf.serializer.BundleControlFactory
-
- All Implemented Interfaces:
OFGeneralSerializer
,OFSerializer<BundleControlOnf>
,SerializerRegistryInjector
public class BundleControlFactory extends AbstractBundleMessageFactory<BundleControlOnf>
Translates BundleControl messages (OpenFlow v1.3 extension #230).
-
-
Field Summary
-
Fields inherited from class org.opendaylight.openflowplugin.extension.onf.serializer.AbstractBundleMessageFactory
serializerRegistry
-
-
Constructor Summary
Constructors Constructor Description BundleControlFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
serialize(BundleControlOnf input, io.netty.buffer.ByteBuf outBuffer)
Transforms POJO/DTO into byte message (ByteBuf).-
Methods inherited from class org.opendaylight.openflowplugin.extension.onf.serializer.AbstractBundleMessageFactory
injectSerializerRegistry
-
-
-
-
Method Detail
-
serialize
public void serialize(BundleControlOnf input, io.netty.buffer.ByteBuf outBuffer)
Description copied from interface:OFSerializer
Transforms POJO/DTO into byte message (ByteBuf).- Parameters:
input
- object to be serializedoutBuffer
- output buffer
-
-