You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Sangjin Lee (JIRA)" <ji...@apache.org> on 2008/02/05 22:43:08 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=12565898#action_12565898 ] 

Sangjin Lee commented on DIRMINA-528:
-------------------------------------

Yeah I noticed that too...

> 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.