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 SummaryFields inherited from class org.opendaylight.openflowplugin.extension.onf.serializer.AbstractBundleMessageFactoryserializerRegistry
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidserialize(BundleControlOnf input, io.netty.buffer.ByteBuf outBuffer) Transforms POJO/DTO into byte message (ByteBuf).Methods inherited from class org.opendaylight.openflowplugin.extension.onf.serializer.AbstractBundleMessageFactoryinjectSerializerRegistry
- 
Constructor Details- 
BundleControlFactorypublic BundleControlFactory()
 
- 
- 
Method Details- 
serializeDescription copied from interface:OFSerializerTransforms POJO/DTO into byte message (ByteBuf).- Parameters:
- input- object to be serialized
- outBuffer- output buffer
 
 
-