Interface BgpPrefixSidTlvParser


  • public interface BgpPrefixSidTlvParser
    Common interface for BGP prefix SID TLVs parser implementations.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.bgp.prefix.sid.bgp.prefix.sid.tlvs.BgpPrefixSidTlv parseBgpPrefixSidTlv​(io.netty.buffer.ByteBuf buffer)
      Method for parsing specific types of TLVs from incoming buffer.
    • Method Detail

      • parseBgpPrefixSidTlv

        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.bgp.prefix.sid.bgp.prefix.sid.tlvs.BgpPrefixSidTlv parseBgpPrefixSidTlv​(io.netty.buffer.ByteBuf buffer)
        Method for parsing specific types of TLVs from incoming buffer.
        Parameters:
        buffer - with TLV bytes
        Returns:
        instance of specific TLV