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 GetFeaturesInputdeserialize(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:OFDeserializerTransforms byte message into POJO/DTO (of type E).- Specified by:
deserializein interfaceOFDeserializer<GetFeaturesInput>- Parameters:
rawMessage- message as bytes in ByteBuf- Returns:
- POJO/DTO
-
-