Class BmpMockSessionFactory
java.lang.Object
org.opendaylight.protocol.bmp.mock.BmpMockSessionFactory
- All Implemented Interfaces:
 BmpSessionFactory
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetSession(io.netty.channel.Channel channel, BmpSessionListenerFactory sessionListenerFactory) Creates Bmp Session. 
- 
Constructor Details
- 
BmpMockSessionFactory
 
 - 
 - 
Method Details
- 
getSession
public BmpSession getSession(io.netty.channel.Channel channel, BmpSessionListenerFactory sessionListenerFactory) Description copied from interface:BmpSessionFactoryCreates Bmp Session.- Specified by:
 getSessionin interfaceBmpSessionFactory- Parameters:
 channel- generated channelsessionListenerFactory- listener factory- Returns:
 - bmp session
 
 
 -