You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2008/04/04 12:39:26 UTC

[jira] Created: (DIRMINA-564) Make KeepAliveFilter to work with other IdleStatuses then READER_IDLE

Make KeepAliveFilter to work with other IdleStatuses then READER_IDLE
---------------------------------------------------------------------

                 Key: DIRMINA-564
                 URL: https://issues.apache.org/jira/browse/DIRMINA-564
             Project: MINA
          Issue Type: Improvement
          Components: Filter
    Affects Versions: 2.0.0-M1
            Reporter: Trustin Lee
            Assignee: Trustin Lee
            Priority: Minor
             Fix For: 2.0.0-M2


Current KeepAliveFilter implementation is interested only in IdleStatus.READER_IDLE, but some users seem to want to make the KeepAliveFilter listens to IdleStatus.WRITER_IDLE or IdleStatus.BOTH_IDLE.

We could add interestedIdleStatus property to KeepAliveFilter.

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


[jira] Resolved: (DIRMINA-564) Make KeepAliveFilter to work with other IdleStatuses then READER_IDLE

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

Trustin Lee resolved DIRMINA-564.
---------------------------------

    Resolution: Fixed

Done.

> Make KeepAliveFilter to work with other IdleStatuses then READER_IDLE
> ---------------------------------------------------------------------
>
>                 Key: DIRMINA-564
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-564
>             Project: MINA
>          Issue Type: Improvement
>          Components: Filter
>    Affects Versions: 2.0.0-M1
>            Reporter: Trustin Lee
>            Assignee: Trustin Lee
>            Priority: Minor
>             Fix For: 2.0.0-M2
>
>
> Current KeepAliveFilter implementation is interested only in IdleStatus.READER_IDLE, but some users seem to want to make the KeepAliveFilter listens to IdleStatus.WRITER_IDLE or IdleStatus.BOTH_IDLE.
> We could add interestedIdleStatus property to KeepAliveFilter.

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


[jira] Closed: (DIRMINA-564) Make KeepAliveFilter to work with other IdleStatuses then READER_IDLE

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

Julien Vermillard closed DIRMINA-564.
-------------------------------------


> Make KeepAliveFilter to work with other IdleStatuses then READER_IDLE
> ---------------------------------------------------------------------
>
>                 Key: DIRMINA-564
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-564
>             Project: MINA
>          Issue Type: Improvement
>          Components: Filter
>    Affects Versions: 2.0.0-M1
>            Reporter: Trustin Lee
>            Assignee: Trustin Lee
>            Priority: Minor
>             Fix For: 2.0.0-M2
>
>
> Current KeepAliveFilter implementation is interested only in IdleStatus.READER_IDLE, but some users seem to want to make the KeepAliveFilter listens to IdleStatus.WRITER_IDLE or IdleStatus.BOTH_IDLE.
> We could add interestedIdleStatus property to KeepAliveFilter.

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