Class DefaultBmpSessionFactory
java.lang.Object
org.opendaylight.protocol.bmp.impl.session.DefaultBmpSessionFactory
- All Implemented Interfaces:
- BmpSessionFactory
@MetaInfServices
@Singleton
public final class DefaultBmpSessionFactory
extends Object
implements BmpSessionFactory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetSession(io.netty.channel.Channel channel, BmpSessionListenerFactory sessionListenerFactory) Creates Bmp Session.
- 
Constructor Details- 
DefaultBmpSessionFactory@Inject public DefaultBmpSessionFactory()
 
- 
- 
Method Details- 
getSessionpublic BmpSession getSession(io.netty.channel.Channel channel, BmpSessionListenerFactory sessionListenerFactory) Description copied from interface:BmpSessionFactoryCreates Bmp Session.- Specified by:
- getSessionin interface- BmpSessionFactory
- Parameters:
- channel- generated channel
- sessionListenerFactory- listener factory
- Returns:
- bmp session
 
 
-