Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.SessionNegotiator
-
Uses of SessionNegotiator in org.opendaylight.protocol.bgp.rib.impl
Modifier and TypeClassDescriptionfinal class
Client negotiator.final class
Server negotiator.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) -
Uses of SessionNegotiator in org.opendaylight.protocol.bgp.rib.spi
Modifier and TypeMethodDescriptionBGPSessionNegotiatorFactory.getSessionNegotiator
(io.netty.channel.Channel channel, io.netty.util.concurrent.Promise<S> promise)