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.