Interface BgpPrefixSidTlvParser

All Known Implementing Classes:
Ipv6BgpPrefixSidParser

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

    Modifier and Type
    Method
    Description
    parseBgpPrefixSidTlv(io.netty.buffer.ByteBuf buffer)
    Method for parsing specific types of TLVs from incoming buffer.
  • Method Details

    • parseBgpPrefixSidTlv

      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