Class BGPClientSessionNegotiatorFactory
- java.lang.Object
-
- org.opendaylight.protocol.bgp.rib.impl.BGPClientSessionNegotiatorFactory
-
- All Implemented Interfaces:
BGPSessionNegotiatorFactory<BGPSessionImpl>
public final class BGPClientSessionNegotiatorFactory extends Object implements BGPSessionNegotiatorFactory<BGPSessionImpl>
-
-
Constructor Summary
Constructors Constructor Description BGPClientSessionNegotiatorFactory(BGPPeerRegistry peerRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionNegotiator
getSessionNegotiator(io.netty.channel.Channel channel, io.netty.util.concurrent.Promise<BGPSessionImpl> promise)
-
-
-
Constructor Detail
-
BGPClientSessionNegotiatorFactory
public BGPClientSessionNegotiatorFactory(BGPPeerRegistry peerRegistry)
-
-
Method Detail
-
getSessionNegotiator
public SessionNegotiator getSessionNegotiator(io.netty.channel.Channel channel, io.netty.util.concurrent.Promise<BGPSessionImpl> promise)
- Specified by:
getSessionNegotiator
in interfaceBGPSessionNegotiatorFactory<BGPSessionImpl>
-
-