Class GetFeaturesInputMessageFactory
java.lang.Object
org.opendaylight.openflowjava.protocol.impl.serialization.factories.GetFeaturesInputMessageFactory
- All Implemented Interfaces:
- OFGeneralSerializer,- OFSerializer<GetFeaturesInput>
public class GetFeaturesInputMessageFactory
extends Object
implements OFSerializer<GetFeaturesInput>
Translates FeaturesRequest messages (both OpenFlow v1.0 and OpenFlow v1.3).
- Author:
- michal.polkorab, timotej.kubas
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidserialize(GetFeaturesInput message, io.netty.buffer.ByteBuf outBuffer) Transforms POJO/DTO into byte message (ByteBuf).
- 
Constructor Details- 
GetFeaturesInputMessageFactorypublic GetFeaturesInputMessageFactory()
 
- 
- 
Method Details- 
serializeDescription copied from interface:OFSerializerTransforms POJO/DTO into byte message (ByteBuf).- Specified by:
- serializein interface- OFSerializer<GetFeaturesInput>
- Parameters:
- message- object to be serialized
- outBuffer- output buffer
 
 
-