You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Goldstein Lyor (JIRA)" <ji...@apache.org> on 2015/11/29 13:28:11 UTC

[jira] [Resolved] (SSHD-551) Provide getter for closeFuture in CloseableUtils.AbstractCloseable

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

Goldstein Lyor resolved SSHD-551.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.1.0

The described functionality can now be achieved via SSHD-555 - registering a _ChannelListener_ and handling _channelClosed_ event.

> Provide getter for closeFuture in CloseableUtils.AbstractCloseable
> ------------------------------------------------------------------
>
>                 Key: SSHD-551
>                 URL: https://issues.apache.org/jira/browse/SSHD-551
>             Project: MINA SSHD
>          Issue Type: Improvement
>    Affects Versions: 0.14.0
>            Reporter: Mike Bean
>            Priority: Minor
>              Labels: easyfix
>             Fix For: 1.1.0
>
>
> Application is sever opening channel as client and executing commands.  I don't want to block using waitFor method in AbstractClientChannel for server to close channel.  Workaround is to use reflection to retrieve closeFuture from channel and add listener to closeFuture to detect close from server.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)