Class BmpMockSessionFactory
- java.lang.Object
-
- org.opendaylight.protocol.bmp.mock.BmpMockSessionFactory
-
- All Implemented Interfaces:
BmpSessionFactory
public final class BmpMockSessionFactory extends Object implements BmpSessionFactory
-
-
Constructor Summary
Constructors Constructor Description BmpMockSessionFactory(BmpMockArguments arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BmpSession
getSession(io.netty.channel.Channel channel, BmpSessionListenerFactory sessionListenerFactory)
Creates Bmp Session.
-
-
-
Constructor Detail
-
BmpMockSessionFactory
public BmpMockSessionFactory(BmpMockArguments arguments)
-
-
Method Detail
-
getSession
public BmpSession getSession(io.netty.channel.Channel channel, BmpSessionListenerFactory sessionListenerFactory)
Description copied from interface:BmpSessionFactory
Creates Bmp Session.- Specified by:
getSession
in interfaceBmpSessionFactory
- Parameters:
channel
- generated channelsessionListenerFactory
- listener factory- Returns:
- bmp session
-
-