Interface BgpPrefixSidTlvParser
- All Known Implementing Classes:
Ipv6BgpPrefixSidParser
public interface BgpPrefixSidTlvParser
Common interface for BGP prefix SID TLVs parser implementations.
-
Method Summary
Modifier and TypeMethodDescriptionparseBgpPrefixSidTlv
(io.netty.buffer.ByteBuf buffer) Method for parsing specific types of TLVs from incoming buffer.
-
Method Details
-
parseBgpPrefixSidTlv
Method for parsing specific types of TLVs from incoming buffer.- Parameters:
buffer
- with TLV bytes- Returns:
- instance of specific TLV
-