NioSocketConnector has a public constructor that takes a package scoped argument
--------------------------------------------------------------------------------
Key: DIRMINA-528
URL: https://issues.apache.org/jira/browse/DIRMINA-528
Project: MINA
Issue Type: Bug
Affects Versions: 2.0.0-M1
Reporter: Mike Heath
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.