Class GetConfigInputMessageFactory
- java.lang.Object
- 
- org.opendaylight.openflowjava.protocol.impl.util.VersionAssignableFactory
- 
- org.opendaylight.openflowjava.protocol.impl.deserialization.factories.GetConfigInputMessageFactory
 
 
- 
- All Implemented Interfaces:
- OFDeserializer<GetConfigInput>,- OFGeneralDeserializer
 
 public class GetConfigInputMessageFactory extends VersionAssignableFactory implements OFDeserializer<GetConfigInput> Translates GetConfigRequest messages. OF protocol versions: 1.0, 1.3, 1.4, 1.5.- Author:
- giuseppex.petralia@intel.com
 
- 
- 
Constructor SummaryConstructors Constructor Description GetConfigInputMessageFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetConfigInputdeserialize(io.netty.buffer.ByteBuf rawMessage)Transforms byte message into POJO/DTO (of type E).- 
Methods inherited from class org.opendaylight.openflowjava.protocol.impl.util.VersionAssignableFactoryassignVersion, getVersion
 
- 
 
- 
- 
- 
Method Detail- 
deserializepublic GetConfigInput deserialize(io.netty.buffer.ByteBuf rawMessage) Description copied from interface:OFDeserializerTransforms byte message into POJO/DTO (of type E).- Specified by:
- deserializein interface- OFDeserializer<GetConfigInput>
- Parameters:
- rawMessage- message as bytes in ByteBuf
- Returns:
- POJO/DTO
 
 
- 
 
-