Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-M1
-
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.
Yeah I noticed that too...