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 - 
Method Summary
Modifier and TypeMethodDescriptiongetSessionNegotiator(io.netty.channel.Channel channel, io.netty.util.concurrent.Promise<BGPSessionImpl> promise)  
- 
Constructor Details
- 
BGPServerSessionNegotiatorFactory
 
 - 
 - 
Method Details
- 
getSessionNegotiator
public SessionNegotiator getSessionNegotiator(io.netty.channel.Channel channel, io.netty.util.concurrent.Promise<BGPSessionImpl> promise) - Specified by:
 getSessionNegotiatorin interfaceBGPSessionNegotiatorFactory<BGPSessionImpl>
 
 -