Uses of Interface
org.opendaylight.protocol.bgp.rib.impl.spi.BGPDispatcher
-
-
Uses of BGPDispatcher in org.opendaylight.protocol.bgp.peer.acceptor
Constructors in org.opendaylight.protocol.bgp.peer.acceptor with parameters of type BGPDispatcher Constructor Description BGPPeerAcceptorImpl(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone bindingAddress, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber portNumber, BGPDispatcher bgpDispatcher)
-
Uses of BGPDispatcher in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPDispatcher Modifier and Type Class Description class
BGPDispatcherImpl
Implementation of BGPDispatcher.Methods in org.opendaylight.protocol.bgp.rib.impl that return BGPDispatcher Modifier and Type Method Description BGPDispatcher
RIBImpl. getDispatcher()
Constructors in org.opendaylight.protocol.bgp.rib.impl with parameters of type BGPDispatcher Constructor Description RIBImpl(BGPTableTypeRegistryConsumer tableTypeRegistry, RibId ribId, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber localAs, BgpId localBgpId, RIBExtensionConsumerContext extensions, BGPDispatcher dispatcher, CodecsRegistry codecsRegistry, org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, BGPRibRoutingPolicy ribPolicies, List<BgpTableType> localTables, Map<TablesKey,PathSelectionMode> bestPathSelectionStrategies)
-
Uses of BGPDispatcher in org.opendaylight.protocol.bgp.rib.impl.config
Methods in org.opendaylight.protocol.bgp.rib.impl.config that return BGPDispatcher Modifier and Type Method Description BGPDispatcher
RibImpl. getDispatcher()
Constructors in org.opendaylight.protocol.bgp.rib.impl.config with parameters of type BGPDispatcher Constructor Description RibImpl(RIBExtensionConsumerContext contextProvider, BGPDispatcher dispatcher, BGPRibRoutingPolicyFactory policyProvider, CodecsRegistry codecsRegistry, org.opendaylight.mdsal.dom.api.DOMDataBroker domBroker)
-
Uses of BGPDispatcher in org.opendaylight.protocol.bgp.rib.impl.spi
Methods in org.opendaylight.protocol.bgp.rib.impl.spi that return BGPDispatcher Modifier and Type Method Description BGPDispatcher
RIB. getDispatcher()
-