Class SimpleBgpPrefixSidTlvRegistry
- java.lang.Object
-
- org.opendaylight.protocol.bgp.parser.spi.pojo.SimpleBgpPrefixSidTlvRegistry
-
- All Implemented Interfaces:
BgpPrefixSidTlvRegistry
public final class SimpleBgpPrefixSidTlvRegistry extends Object implements BgpPrefixSidTlvRegistry
-
-
Constructor Summary
Constructors Constructor Description SimpleBgpPrefixSidTlvRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BgpPrefixSidTlv
parseBgpPrefixSidTlv(int type, io.netty.buffer.ByteBuf buffer)
Decode incoming TLV.void
serializeBgpPrefixSidTlv(BgpPrefixSidTlv tlv, io.netty.buffer.ByteBuf bytes)
Encode TLV instance.
-
-
-
Method Detail
-
parseBgpPrefixSidTlv
public BgpPrefixSidTlv parseBgpPrefixSidTlv(int type, io.netty.buffer.ByteBuf buffer)
Description copied from interface:BgpPrefixSidTlvRegistry
Decode incoming TLV.- Specified by:
parseBgpPrefixSidTlv
in interfaceBgpPrefixSidTlvRegistry
- Parameters:
type
- number of TLVbuffer
- contains bytes of TLV- Returns:
- instance of specific TLV
-
serializeBgpPrefixSidTlv
public void serializeBgpPrefixSidTlv(BgpPrefixSidTlv tlv, io.netty.buffer.ByteBuf bytes)
Description copied from interface:BgpPrefixSidTlvRegistry
Encode TLV instance.- Specified by:
serializeBgpPrefixSidTlv
in interfaceBgpPrefixSidTlvRegistry
- Parameters:
tlv
- instancebytes
- encoded TLV outcome
-
-