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 SummaryConstructors Constructor Description SimpleBgpPrefixSidTlvRegistry()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BgpPrefixSidTlvparseBgpPrefixSidTlv(int type, io.netty.buffer.ByteBuf buffer)Decode incoming TLV.voidserializeBgpPrefixSidTlv(BgpPrefixSidTlv tlv, io.netty.buffer.ByteBuf bytes)Encode TLV instance.
 
- 
- 
- 
Method Detail- 
parseBgpPrefixSidTlvpublic BgpPrefixSidTlv parseBgpPrefixSidTlv(int type, io.netty.buffer.ByteBuf buffer) Description copied from interface:BgpPrefixSidTlvRegistryDecode incoming TLV.- Specified by:
- parseBgpPrefixSidTlvin interface- BgpPrefixSidTlvRegistry
- Parameters:
- type- number of TLV
- buffer- contains bytes of TLV
- Returns:
- instance of specific TLV
 
 - 
serializeBgpPrefixSidTlvpublic void serializeBgpPrefixSidTlv(BgpPrefixSidTlv tlv, io.netty.buffer.ByteBuf bytes) Description copied from interface:BgpPrefixSidTlvRegistryEncode TLV instance.- Specified by:
- serializeBgpPrefixSidTlvin interface- BgpPrefixSidTlvRegistry
- Parameters:
- tlv- instance
- bytes- encoded TLV outcome
 
 
- 
 
-