Uses of Interface
org.opendaylight.protocol.bgp.rib.impl.spi.BGPPeerRegistry
Package
Description
-
Uses of BGPPeerRegistry in org.opendaylight.protocol.bgp.rib.impl
Modifier and TypeClassDescriptionfinal class
BGP peer registry that allows only 1 session per BGP peer.ModifierConstructorDescriptionBGPClientSessionNegotiator
(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
ModifierConstructorDescriptionBGPProtocolSessionPromise
(@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
Modifier and TypeMethodDescription@NonNull BGPPeerRegistry
BGPDispatcher.getBGPPeerRegistry()
Return BGP Peer Registry.