Class OF10FeaturesReplyMessageFactory
- java.lang.Object
-
- org.opendaylight.openflowjava.protocol.impl.deserialization.factories.OF10FeaturesReplyMessageFactory
-
- All Implemented Interfaces:
OFDeserializer<GetFeaturesOutput>
,OFGeneralDeserializer
public class OF10FeaturesReplyMessageFactory extends Object implements OFDeserializer<GetFeaturesOutput>
Translates FeaturesReply messages (OpenFlow v1.0).- Author:
- michal.polkorab
-
-
Constructor Summary
Constructors Constructor Description OF10FeaturesReplyMessageFactory()
-
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
-
-