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 Summary
Constructors Constructor Description GetFeaturesInputMessageFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserialize(GetFeaturesInput message, io.netty.buffer.ByteBuf outBuffer)Transforms POJO/DTO into byte message (ByteBuf).
-
-
-
Method Detail
-
serialize
public void serialize(GetFeaturesInput message, io.netty.buffer.ByteBuf outBuffer)
Description copied from interface:OFSerializerTransforms POJO/DTO into byte message (ByteBuf).- Specified by:
serializein interfaceOFSerializer<GetFeaturesInput>- Parameters:
message- object to be serializedoutBuffer- output buffer
-
-