Uses of Class
org.opendaylight.protocol.bgp.rib.impl.BGPSessionImpl
Packages that use BGPSessionImpl
-
Uses of BGPSessionImpl in org.opendaylight.protocol.bgp.rib.impl
Methods in org.opendaylight.protocol.bgp.rib.impl that return types with arguments of type BGPSessionImplModifier and TypeMethodDescriptionio.netty.util.concurrent.Future
<BGPSessionImpl> BGPDispatcherImpl.createClient
(InetSocketAddress localAddress, InetSocketAddress remoteAddress, int retryTimer, boolean reuseAddress) Method parameters in org.opendaylight.protocol.bgp.rib.impl with type arguments of type BGPSessionImplModifier 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) Constructor parameters in org.opendaylight.protocol.bgp.rib.impl with type arguments of type BGPSessionImplModifierConstructorDescriptionBGPClientSessionNegotiator
(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)