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 SummaryConstructors Constructor Description GetFeaturesInputMessageFactory()
 - 
Method SummaryAll 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- 
deserializepublic GetFeaturesInput deserialize(io.netty.buffer.ByteBuf rawMessage) Description copied from interface:OFDeserializerTransforms byte message into POJO/DTO (of type E).- Specified by:
- deserializein interface- OFDeserializer<GetFeaturesInput>
- Parameters:
- rawMessage- message as bytes in ByteBuf
- Returns:
- POJO/DTO
 
 
- 
 
-