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.AbstractBundleMessageFactoryserializerRegistry
 
- 
 - 
Constructor SummaryConstructors Constructor Description BundleControlFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserialize(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
 
- 
 
- 
- 
- 
Method Detail- 
serializepublic void serialize(BundleControlOnf input, io.netty.buffer.ByteBuf outBuffer) Description copied from interface:OFSerializerTransforms POJO/DTO into byte message (ByteBuf).- Parameters:
- input- object to be serialized
- outBuffer- output buffer
 
 
- 
 
-