java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.deserialization.match.AbstractMatchEntryDeserializer
org.opendaylight.openflowplugin.impl.protocol.deserialization.match.ArpOpEntryDeserializer
All Implemented Interfaces:
MatchEntryDeserializer

public class ArpOpEntryDeserializer extends AbstractMatchEntryDeserializer
  • Constructor Details

    • ArpOpEntryDeserializer

      public ArpOpEntryDeserializer()
  • Method Details

    • deserializeEntry

      public void deserializeEntry(io.netty.buffer.ByteBuf message, MatchBuilder builder)
      Description copied from interface: MatchEntryDeserializer
      Transforms byte match entry message into POJO/DTO (of type E).
      Parameters:
      message - message as bytes in ByteBuf
      builder - match builder