You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Barend Garvelink (JIRA)" <ji...@apache.org> on 2008/08/12 19:59:44 UTC

[jira] Created: (DIRMINA-615) Improved support for custom NioProcessors

Improved support for custom NioProcessors
-----------------------------------------

                 Key: DIRMINA-615
                 URL: https://issues.apache.org/jira/browse/DIRMINA-615
             Project: MINA
          Issue Type: Improvement
          Components: Core
            Reporter: Barend Garvelink
         Attachments: CustomNioProcessor.patch

This patch improves support for using custom NioProcessors by making the NioProcessor class non-final, and exposing two more of AbstractIoProcessor's constructors in NioDatagramConnector and NioSocketConnector. This patch originates from the problem described here: http://markmail.org/message/jhjzybwosovbfetu , but it's much more elegant than the change I originally thought of.

Patch is based on SVN revision 685233. All of http://svn.apache.org/repos/asf/mina/trunk still compiles and passes its unit tests.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DIRMINA-615) Improved support for custom NioProcessors

Posted by "Julien Vermillard (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRMINA-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julien Vermillard closed DIRMINA-615.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-M4
         Assignee: Julien Vermillard

applied, thanks

> Improved support for custom NioProcessors
> -----------------------------------------
>
>                 Key: DIRMINA-615
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-615
>             Project: MINA
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Barend Garvelink
>            Assignee: Julien Vermillard
>             Fix For: 2.0.0-M4
>
>         Attachments: CustomNioProcessor.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> This patch improves support for using custom NioProcessors by making the NioProcessor class non-final, and exposing two more of AbstractIoProcessor's constructors in NioDatagramConnector and NioSocketConnector. This patch originates from the problem described here: http://markmail.org/message/jhjzybwosovbfetu , but it's much more elegant than the change I originally thought of.
> Patch is based on SVN revision 685233. All of http://svn.apache.org/repos/asf/mina/trunk still compiles and passes its unit tests.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRMINA-615) Improved support for custom NioProcessors

Posted by "Barend Garvelink (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRMINA-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Barend Garvelink updated DIRMINA-615:
-------------------------------------

    Attachment: CustomNioProcessor.patch

Attachment: patch file for this improvement.

> Improved support for custom NioProcessors
> -----------------------------------------
>
>                 Key: DIRMINA-615
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-615
>             Project: MINA
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Barend Garvelink
>         Attachments: CustomNioProcessor.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> This patch improves support for using custom NioProcessors by making the NioProcessor class non-final, and exposing two more of AbstractIoProcessor's constructors in NioDatagramConnector and NioSocketConnector. This patch originates from the problem described here: http://markmail.org/message/jhjzybwosovbfetu , but it's much more elegant than the change I originally thought of.
> Patch is based on SVN revision 685233. All of http://svn.apache.org/repos/asf/mina/trunk still compiles and passes its unit tests.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.