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 Details

    • GoToTableInstructionDeserializer

      public GoToTableInstructionDeserializer()
  • Method Details

    • deserialize

      public Instruction deserialize(io.netty.buffer.ByteBuf message)
      Description copied from interface: OFDeserializer
      Transforms 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: HeaderDeserializer
      Deserializes a byte message headers.
      Parameters:
      message - message as bytes in ByteBuf
      Returns:
      POJO/DTO