Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.BgpPrefixSidTlvRegistry
-
Packages that use BgpPrefixSidTlvRegistry Package Description org.opendaylight.protocol.bgp.parser.impl.message.update org.opendaylight.protocol.bgp.parser.spi org.opendaylight.protocol.bgp.parser.spi.pojo -
-
Uses of BgpPrefixSidTlvRegistry in org.opendaylight.protocol.bgp.parser.impl.message.update
Constructors in org.opendaylight.protocol.bgp.parser.impl.message.update with parameters of type BgpPrefixSidTlvRegistry Constructor Description BgpPrefixSidAttributeParser(BgpPrefixSidTlvRegistry registry)
-
Uses of BgpPrefixSidTlvRegistry in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi that return BgpPrefixSidTlvRegistry Modifier and Type Method Description BgpPrefixSidTlvRegistry
BGPExtensionConsumerContext. getBgpPrefixSidTlvRegistry()
-
Uses of BgpPrefixSidTlvRegistry in org.opendaylight.protocol.bgp.parser.spi.pojo
Classes in org.opendaylight.protocol.bgp.parser.spi.pojo that implement BgpPrefixSidTlvRegistry Modifier and Type Class Description class
SimpleBgpPrefixSidTlvRegistry
Methods in org.opendaylight.protocol.bgp.parser.spi.pojo that return BgpPrefixSidTlvRegistry Modifier and Type Method Description BgpPrefixSidTlvRegistry
DefaultBGPExtensionConsumerContext. getBgpPrefixSidTlvRegistry()
-