Uses of Interface
org.opendaylight.protocol.bgp.rib.impl.spi.BGPPeerRegistry
-
Packages that use BGPPeerRegistry Package Description org.opendaylight.protocol.bgp.rib.impl org.opendaylight.protocol.bgp.rib.impl.protocol org.opendaylight.protocol.bgp.rib.impl.spi -
-
Uses of BGPPeerRegistry in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPPeerRegistry Modifier and Type Class Description classStrictBGPPeerRegistryBGP peer registry that allows only 1 session per BGP peer.Methods in org.opendaylight.protocol.bgp.rib.impl that return BGPPeerRegistry Modifier and Type Method Description BGPPeerRegistryBGPDispatcherImpl. getBGPPeerRegistry()static BGPPeerRegistryStrictBGPPeerRegistry. instance()Constructors in org.opendaylight.protocol.bgp.rib.impl with parameters of type BGPPeerRegistry Constructor Description BGPClientSessionNegotiator(io.netty.util.concurrent.Promise<BGPSessionImpl> promise, io.netty.channel.Channel channel, BGPPeerRegistry registry)BGPClientSessionNegotiatorFactory(BGPPeerRegistry peerRegistry)BGPDispatcherImpl(MessageRegistry messageRegistry, 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)BGPServerSessionNegotiatorFactory(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 BGPPeerRegistry Constructor Description BGPProtocolSessionPromise(@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 BGPPeerRegistry Modifier and Type Method Description @NonNull BGPPeerRegistryBGPDispatcher. getBGPPeerRegistry()Return BGP Peer Registry.
-