Uses of Class
org.opendaylight.protocol.bgp.rib.impl.BGPSessionImpl
-
Uses of BGPSessionImpl in org.opendaylight.protocol.bgp.rib.impl
Modifier and TypeMethodDescriptionio.netty.util.concurrent.Future<BGPSessionImpl>
BGPDispatcherImpl.createClient
(InetSocketAddress localAddress, InetSocketAddress remoteAddress, int retryTimer, boolean reuseAddress) Modifier and TypeMethodDescriptionBGPClientSessionNegotiatorFactory.getSessionNegotiator
(io.netty.channel.Channel channel, io.netty.util.concurrent.Promise<BGPSessionImpl> promise) BGPServerSessionNegotiatorFactory.getSessionNegotiator
(io.netty.channel.Channel channel, io.netty.util.concurrent.Promise<BGPSessionImpl> promise) ModifierConstructorDescriptionBGPClientSessionNegotiator
(io.netty.util.concurrent.Promise<BGPSessionImpl> promise, io.netty.channel.Channel channel, BGPPeerRegistry registry) BGPServerSessionNegotiator
(io.netty.util.concurrent.Promise<BGPSessionImpl> promise, io.netty.channel.Channel channel, BGPPeerRegistry registry)