Uploaded image for project: 'MINA'
  1. MINA
  2. DIRMINA-528

NioSocketConnector has a public constructor that takes a package scoped argument

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0-M1
    • 2.0.0-M2
    • None
    • None

    Description

      NioSocketConnector has the public constructors:

      NioSocketConnector(IoProcessor<NioSession> processor)

      and

      NioSocketConnector(Executor executor, IoProcessor<NioSession> processor)

      however NioSession and the two classes that extend it are all package scoped. This makes it impossible to pass in an IoProcessor implementation without getting a warning.

      Attachments

        Activity

          People

            trustin Trustin Lee
            mheath Mike Heath
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: