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
Translates BundleControl messages (OpenFlow v1.3 extension #230).
-
Field Summary
Fields inherited from class org.opendaylight.openflowplugin.extension.onf.serializer.AbstractBundleMessageFactory
serializerRegistry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
BundleControlFactory
public BundleControlFactory()
-
-
Method Details
-
serialize
Description copied from interface:OFSerializer
Transforms POJO/DTO into byte message (ByteBuf).- Parameters:
input
- object to be serializedoutBuffer
- output buffer
-