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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
serialize
(GetFeaturesInput message, io.netty.buffer.ByteBuf outBuffer) Transforms POJO/DTO into byte message (ByteBuf).
-
Constructor Details
-
GetFeaturesInputMessageFactory
public GetFeaturesInputMessageFactory()
-
-
Method Details
-
serialize
Description copied from interface:OFSerializer
Transforms POJO/DTO into byte message (ByteBuf).- Specified by:
serialize
in interfaceOFSerializer<GetFeaturesInput>
- Parameters:
message
- object to be serializedoutBuffer
- output buffer
-