Class Ipv6FlabelEntryDeserializer

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

public class Ipv6FlabelEntryDeserializer extends AbstractMatchEntryDeserializer
  • Constructor Details

    • Ipv6FlabelEntryDeserializer

      public Ipv6FlabelEntryDeserializer()
  • 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