You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2014/06/03 15:02:02 UTC

[jira] [Updated] (SSHD-322) Add Add Closeable#isClosed() and #isClosing()

     [ https://issues.apache.org/jira/browse/SSHD-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SSHD-322:
---------------------------------

    Summary: Add Add Closeable#isClosed() and #isClosing()  (was: Add ClientSession.isClosed() )

> Add Add Closeable#isClosed() and #isClosing()
> ---------------------------------------------
>
>                 Key: SSHD-322
>                 URL: https://issues.apache.org/jira/browse/SSHD-322
>             Project: MINA SSHD
>          Issue Type: Improvement
>    Affects Versions: 0.11.0
>            Reporter: Darren Shepherd
>            Priority: Minor
>
> A way for an external component to check and see if a ClientSession is closed it particularly useful in some situations.  For example, if you are pooling ClientSession objects you could use isClosed() to valid the object as it is added and removed from the pool.
> Currently you can detected a closed session with a Session Listener, but that requires that you store the state somewhere else if you need to refer back to it in the future.



--
This message was sent by Atlassian JIRA
(v6.2#6252)