Interface BgpPrefixSidTlvRegistry
- All Known Implementing Classes:
SimpleBgpPrefixSidTlvRegistry
public interface BgpPrefixSidTlvRegistry
BGP prefix SID TLVs registry for encoding/decoding.
-
Method Summary
Modifier and TypeMethodDescriptionparseBgpPrefixSidTlv
(int type, io.netty.buffer.ByteBuf buffer) Decode incoming TLV.void
serializeBgpPrefixSidTlv
(BgpPrefixSidTlv tlv, io.netty.buffer.ByteBuf bytes) Encode TLV instance.