Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.BGPExtensionConsumerContext
-
-
Uses of BGPExtensionConsumerContext in org.opendaylight.protocol.bgp.parser.spi
Subinterfaces of BGPExtensionConsumerContext in org.opendaylight.protocol.bgp.parser.spi Modifier and Type Interface Description interface
BGPExtensionProviderContext
Context for registering providers of the various types of extension points BGP provides. -
Uses of BGPExtensionConsumerContext in org.opendaylight.protocol.bgp.parser.spi.pojo
Classes in org.opendaylight.protocol.bgp.parser.spi.pojo that implement BGPExtensionConsumerContext Modifier and Type Class Description class
DefaultBGPExtensionConsumerContext
Starts and stopsBGPExtensionProviderActivator
instances for anBGPExtensionProviderContext
.class
SimpleBGPExtensionProviderContext
-
Uses of BGPExtensionConsumerContext in org.opendaylight.protocol.bgp.rib.impl
Constructors in org.opendaylight.protocol.bgp.rib.impl with parameters of type BGPExtensionConsumerContext Constructor Description BGPDispatcherImpl(BGPExtensionConsumerContext extensions, io.netty.channel.EventLoopGroup bossGroup, io.netty.channel.EventLoopGroup workerGroup, BGPPeerRegistry bgpPeerRegistry)
-
Uses of BGPExtensionConsumerContext in org.opendaylight.protocol.bmp.parser
Constructors in org.opendaylight.protocol.bmp.parser with parameters of type BGPExtensionConsumerContext Constructor Description BmpActivator(BGPExtensionConsumerContext context)
-