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
public class GoToTableInstructionDeserializer extends AbstractInstructionDeserializer
-
-
Constructor Summary
Constructors Constructor Description GoToTableInstructionDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instructiondeserialize(io.netty.buffer.ByteBuf message)Transforms byte message into POJO/DTO (of type E).InstructiondeserializeHeader(io.netty.buffer.ByteBuf message)Deserializes a byte message headers.-
Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.deserialization.instruction.AbstractInstructionDeserializer
processHeader
-
-
-
-
Method Detail
-
deserialize
public Instruction deserialize(io.netty.buffer.ByteBuf message)
Description copied from interface:OFDeserializerTransforms byte message into POJO/DTO (of type E).- Parameters:
message- message as bytes in ByteBuf- Returns:
- POJO/DTO
-
deserializeHeader
public Instruction deserializeHeader(io.netty.buffer.ByteBuf message)
Description copied from interface:HeaderDeserializerDeserializes a byte message headers.- Parameters:
message- message as bytes in ByteBuf- Returns:
- POJO/DTO
-
-