Class BGPServerSessionNegotiatorFactory
- java.lang.Object
-
- org.opendaylight.protocol.bgp.rib.impl.BGPServerSessionNegotiatorFactory
-
- All Implemented Interfaces:
BGPSessionNegotiatorFactory<BGPSessionImpl>
public final class BGPServerSessionNegotiatorFactory extends Object implements BGPSessionNegotiatorFactory<BGPSessionImpl>
-
-
Constructor Summary
Constructors Constructor Description BGPServerSessionNegotiatorFactory(BGPPeerRegistry registry)
-
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
-
BGPServerSessionNegotiatorFactory
public BGPServerSessionNegotiatorFactory(BGPPeerRegistry registry)
-
-
Method Detail
-
getSessionNegotiator
public SessionNegotiator getSessionNegotiator(io.netty.channel.Channel channel, io.netty.util.concurrent.Promise<BGPSessionImpl> promise)
- Specified by:
getSessionNegotiator
in interfaceBGPSessionNegotiatorFactory<BGPSessionImpl>
-
-