Class GoToTableInstructionDeserializer
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.deserialization.instruction.AbstractInstructionDeserializer
org.opendaylight.openflowplugin.impl.protocol.deserialization.instruction.GoToTableInstructionDeserializer
- All Implemented Interfaces:
- HeaderDeserializer<Instruction>,- OFDeserializer<Instruction>,- OFGeneralDeserializer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondeserialize(io.netty.buffer.ByteBuf message) Transforms byte message into POJO/DTO (of type E).deserializeHeader(io.netty.buffer.ByteBuf message) Deserializes a byte message headers.Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.deserialization.instruction.AbstractInstructionDeserializerprocessHeader
- 
Constructor Details- 
GoToTableInstructionDeserializerpublic GoToTableInstructionDeserializer()
 
- 
- 
Method Details- 
deserializeDescription copied from interface:OFDeserializerTransforms byte message into POJO/DTO (of type E).- Parameters:
- message- message as bytes in ByteBuf
- Returns:
- POJO/DTO
 
- 
deserializeHeaderDescription copied from interface:HeaderDeserializerDeserializes a byte message headers.- Parameters:
- message- message as bytes in ByteBuf
- Returns:
- POJO/DTO
 
 
-