public final class SimpleBgpPrefixSidTlvRegistry extends Object implements BgpPrefixSidTlvRegistry
| Constructor and Description |
|---|
SimpleBgpPrefixSidTlvRegistry() |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.attributes.bgp.prefix.sid.bgp.prefix.sid.tlvs.BgpPrefixSidTlv |
parseBgpPrefixSidTlv(int type,
io.netty.buffer.ByteBuf buffer)
Decode incoming TLV.
|
void |
serializeBgpPrefixSidTlv(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.attributes.bgp.prefix.sid.bgp.prefix.sid.tlvs.BgpPrefixSidTlv tlv,
io.netty.buffer.ByteBuf bytes)
Encode TLV instance.
|
public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.attributes.bgp.prefix.sid.bgp.prefix.sid.tlvs.BgpPrefixSidTlv parseBgpPrefixSidTlv(int type,
io.netty.buffer.ByteBuf buffer)
BgpPrefixSidTlvRegistryparseBgpPrefixSidTlv in interface BgpPrefixSidTlvRegistrytype - number of TLVbuffer - contains bytes of TLVpublic void serializeBgpPrefixSidTlv(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.attributes.bgp.prefix.sid.bgp.prefix.sid.tlvs.BgpPrefixSidTlv tlv,
io.netty.buffer.ByteBuf bytes)
BgpPrefixSidTlvRegistryserializeBgpPrefixSidTlv in interface BgpPrefixSidTlvRegistrytlv - instancebytes - encoded TLV outcomeCopyright © 2019 OpenDaylight. All rights reserved.