Interface BmpSessionFactory

All Known Implementing Classes:
BmpMockSessionFactory, DefaultBmpSessionFactory

@NonNullByDefault public interface BmpSessionFactory
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    getSession(io.netty.channel.Channel channel, BmpSessionListenerFactory sessionListenerFactory)
    Creates Bmp Session.
  • Method Details Link icon

    • getSession Link icon

      BmpSession getSession(io.netty.channel.Channel channel, BmpSessionListenerFactory sessionListenerFactory)
      Creates Bmp Session.
      Parameters:
      channel - generated channel
      sessionListenerFactory - listener factory
      Returns:
      bmp session