Uses of Interface
org.opendaylight.protocol.bgp.rib.impl.spi.BGPPeerRegistry
Packages that use BGPPeerRegistry
Package
Description
-
Uses of BGPPeerRegistry in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPPeerRegistryModifier and TypeClassDescriptionfinal classBGP peer registry that allows only 1 session per BGP peer.Methods in org.opendaylight.protocol.bgp.rib.impl that return BGPPeerRegistryConstructors in org.opendaylight.protocol.bgp.rib.impl with parameters of type BGPPeerRegistryModifierConstructorDescriptionBGPClientSessionNegotiator(io.netty.util.concurrent.Promise<BGPSessionImpl> promise, io.netty.channel.Channel channel, BGPPeerRegistry registry) BGPClientSessionNegotiatorFactory(BGPPeerRegistry peerRegistry) BGPDispatcherImpl(BGPExtensionConsumerContext extensions, io.netty.channel.EventLoopGroup bossGroup, io.netty.channel.EventLoopGroup workerGroup, BGPPeerRegistry bgpPeerRegistry) BGPServerSessionNegotiator(io.netty.util.concurrent.Promise<BGPSessionImpl> promise, io.netty.channel.Channel channel, BGPPeerRegistry registry) BGPSessionImpl(BGPSessionListener listener, io.netty.channel.Channel channel, Open remoteOpen, int localHoldTimer, BGPPeerRegistry peerRegistry) BGPSessionImpl(BGPSessionListener listener, io.netty.channel.Channel channel, Open remoteOpen, BGPSessionPreferences localPreferences, BGPPeerRegistry peerRegistry) -
Uses of BGPPeerRegistry in org.opendaylight.protocol.bgp.rib.impl.protocol
Constructors in org.opendaylight.protocol.bgp.rib.impl.protocol with parameters of type BGPPeerRegistryModifierConstructorDescriptionBGPProtocolSessionPromise(@NonNull InetSocketAddress remoteAddress, int retryTimer, @NonNull io.netty.bootstrap.Bootstrap bootstrap, @NonNull BGPPeerRegistry peerRegistry) BGPReconnectPromise(@NonNull io.netty.util.concurrent.EventExecutor executor, @NonNull InetSocketAddress address, int retryTimer, @NonNull io.netty.bootstrap.Bootstrap bootstrap, @NonNull BGPPeerRegistry peerRegistry, @NonNull ChannelPipelineInitializer<S> initializer) -
Uses of BGPPeerRegistry in org.opendaylight.protocol.bgp.rib.impl.spi
Methods in org.opendaylight.protocol.bgp.rib.impl.spi that return BGPPeerRegistryModifier and TypeMethodDescription@NonNull BGPPeerRegistryBGPDispatcher.getBGPPeerRegistry()Return BGP Peer Registry.