Class GetFeaturesInputMessageFactory
- java.lang.Object
-
- org.opendaylight.openflowjava.protocol.impl.deserialization.factories.GetFeaturesInputMessageFactory
-
- All Implemented Interfaces:
OFDeserializer<GetFeaturesInput>
,OFGeneralDeserializer
public class GetFeaturesInputMessageFactory extends Object implements OFDeserializer<GetFeaturesInput>
-
-
Constructor Summary
Constructors Constructor Description GetFeaturesInputMessageFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetFeaturesInput
deserialize(io.netty.buffer.ByteBuf rawMessage)
Transforms byte message into POJO/DTO (of type E).
-
-
-
Method Detail
-
deserialize
public GetFeaturesInput 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<GetFeaturesInput>
- Parameters:
rawMessage
- message as bytes in ByteBuf- Returns:
- POJO/DTO
-
-