Class FeaturesReplyMessageFactory
- java.lang.Object
-
- org.opendaylight.openflowjava.protocol.impl.deserialization.factories.FeaturesReplyMessageFactory
-
- All Implemented Interfaces:
OFDeserializer<GetFeaturesOutput>
,OFGeneralDeserializer
public class FeaturesReplyMessageFactory extends Object implements OFDeserializer<GetFeaturesOutput>
Translates FeaturesReply messages.- Author:
- michal.polkorab, timotej.kubas
-
-
Constructor Summary
Constructors Constructor Description FeaturesReplyMessageFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetFeaturesOutput
deserialize(io.netty.buffer.ByteBuf rawMessage)
Transforms byte message into POJO/DTO (of type E).
-
-
-
Method Detail
-
deserialize
public GetFeaturesOutput deserialize(io.netty.buffer.ByteBuf rawMessage)
Description copied from interface:OFDeserializer
Transforms byte message into POJO/DTO (of type E).- Specified by:
deserialize
in interfaceOFDeserializer<GetFeaturesOutput>
- Parameters:
rawMessage
- message as bytes in ByteBuf- Returns:
- POJO/DTO
-
-