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/09 13:27:25 UTC

[jira] Created: (DIRMINA-568) Improve KeepAliveFilter to provide customizable timeout handler.

Improve KeepAliveFilter to provide customizable timeout handler.
----------------------------------------------------------------

                 Key: DIRMINA-568
                 URL: https://issues.apache.org/jira/browse/DIRMINA-568
             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


A user can specify a KeepAlivePolicy for a KeepAliveFilter to tell KeepAliveFilter what to do when ping timeout occurs.  However, what the user can choose is limited to very simple operations because KeepAlivePolicy is not extendable but an enum.  We need to replace it with KeepAliveRequestTimeoutHandler interface which is much more flexible.

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


[jira] Closed: (DIRMINA-568) Improve KeepAliveFilter to provide customizable timeout handler.

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

Julien Vermillard closed DIRMINA-568.
-------------------------------------


> Improve KeepAliveFilter to provide customizable timeout handler.
> ----------------------------------------------------------------
>
>                 Key: DIRMINA-568
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-568
>             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
>
>
> A user can specify a KeepAlivePolicy for a KeepAliveFilter to tell KeepAliveFilter what to do when ping timeout occurs.  However, what the user can choose is limited to very simple operations because KeepAlivePolicy is not extendable but an enum.  We need to replace it with KeepAliveRequestTimeoutHandler interface which is much more flexible.

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


[jira] Resolved: (DIRMINA-568) Improve KeepAliveFilter to provide customizable timeout handler.

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

Trustin Lee resolved DIRMINA-568.
---------------------------------

    Resolution: Fixed

done

> Improve KeepAliveFilter to provide customizable timeout handler.
> ----------------------------------------------------------------
>
>                 Key: DIRMINA-568
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-568
>             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
>
>
> A user can specify a KeepAlivePolicy for a KeepAliveFilter to tell KeepAliveFilter what to do when ping timeout occurs.  However, what the user can choose is limited to very simple operations because KeepAlivePolicy is not extendable but an enum.  We need to replace it with KeepAliveRequestTimeoutHandler interface which is much more flexible.

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