public final class SimpleBgpPrefixSidTlvRegistry extends Object implements BgpPrefixSidTlvRegistry
| Constructor and Description |
|---|
SimpleBgpPrefixSidTlvRegistry() |
| Modifier and Type | Method and 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
|
public BgpPrefixSidTlv parseBgpPrefixSidTlv(int type, io.netty.buffer.ByteBuf buffer)
BgpPrefixSidTlvRegistryparseBgpPrefixSidTlv in interface BgpPrefixSidTlvRegistrytype - number of TLVbuffer - contains bytes of TLVpublic void serializeBgpPrefixSidTlv(BgpPrefixSidTlv tlv, io.netty.buffer.ByteBuf bytes)
BgpPrefixSidTlvRegistryserializeBgpPrefixSidTlv in interface BgpPrefixSidTlvRegistrytlv - instancebytes - encoded TLV outcomeCopyright © 2019 OpenDaylight. All rights reserved.