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

public class MplsBosEntryDeserializer extends AbstractMatchEntryDeserializer
  • Constructor Details

    • MplsBosEntryDeserializer

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