Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.BgpPrefixSidTlvParser
-
Packages that use BgpPrefixSidTlvParser Package Description org.opendaylight.protocol.bgp.inet.codec org.opendaylight.protocol.bgp.parser.spi org.opendaylight.protocol.bgp.parser.spi.pojo -
-
Uses of BgpPrefixSidTlvParser in org.opendaylight.protocol.bgp.inet.codec
Classes in org.opendaylight.protocol.bgp.inet.codec that implement BgpPrefixSidTlvParser Modifier and Type Class Description class
Ipv6BgpPrefixSidParser
-
Uses of BgpPrefixSidTlvParser in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type BgpPrefixSidTlvParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
BGPExtensionProviderContext. registerBgpPrefixSidTlvParser(int tlvType, BgpPrefixSidTlvParser parser)
-
Uses of BgpPrefixSidTlvParser in org.opendaylight.protocol.bgp.parser.spi.pojo
Methods in org.opendaylight.protocol.bgp.parser.spi.pojo with parameters of type BgpPrefixSidTlvParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
SimpleBGPExtensionProviderContext. registerBgpPrefixSidTlvParser(int tlvType, BgpPrefixSidTlvParser parser)
-