Uses of Class
org.opendaylight.protocol.bgp.rib.impl.BGPSessionImpl
-
Packages that use BGPSessionImpl Package Description org.opendaylight.protocol.bgp.rib.impl -
-
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 BGPSessionImpl Modifier and Type Method Description io.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 BGPSessionImpl Modifier and Type Method Description SessionNegotiatorBGPClientSessionNegotiatorFactory. getSessionNegotiator(io.netty.channel.Channel channel, io.netty.util.concurrent.Promise<BGPSessionImpl> promise)SessionNegotiatorBGPServerSessionNegotiatorFactory. 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 BGPSessionImpl Constructor Description BGPClientSessionNegotiator(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)
-