You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Mike Heath (JIRA)" <ji...@apache.org> on 2008/03/07 04:20:58 UTC

[jira] Updated: (DIRMINA-528) NioSocketConnector has a public constructor that takes a package scoped argument

     [ https://issues.apache.org/jira/browse/DIRMINA-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Heath updated DIRMINA-528:
-------------------------------

    Fix Version/s: 2.0.0-M2

> 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
>             Fix For: 2.0.0-M2
>
>
> 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.