Class SrPrefixAttributesParser

java.lang.Object
org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr.SrPrefixAttributesParser

public final class SrPrefixAttributesParser extends Object
  • Method Details

    • parseSrPrefix

      public static SrPrefix parseSrPrefix(io.netty.buffer.ByteBuf buffer, ProtocolId protocol)
    • serializeSrPrefix

      public static void serializeSrPrefix(SrPrefix srPrefix, io.netty.buffer.ByteBuf aggregator)
    • serializePrefixAttributes

      public static void serializePrefixAttributes(Flags flags, Algorithm algorithm, SidLabelIndex sidLabelIndex, io.netty.buffer.ByteBuf buffer)