Interface BmpSessionFactory
-
- All Known Implementing Classes:
BmpMockSessionFactory
,DefaultBmpSessionFactory
@NonNullByDefault public interface BmpSessionFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BmpSession
getSession(io.netty.channel.Channel channel, BmpSessionListenerFactory sessionListenerFactory)
Creates Bmp Session.
-
-
-
Method Detail
-
getSession
BmpSession getSession(io.netty.channel.Channel channel, BmpSessionListenerFactory sessionListenerFactory)
Creates Bmp Session.- Parameters:
channel
- generated channelsessionListenerFactory
- listener factory- Returns:
- bmp session
-
-