[
https://issues.apache.org/jira/browse/SSHD-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Goldstein Lyor resolved SSHD-501.
---------------------------------
Resolution: Fixed
Actually added _verify_ methods to more _Future_(s) as preparation for SSHD-502
> Add 'verify' with timeout method to client ConnectFuture
> --------------------------------------------------------
>
> Key: SSHD-501
> URL: https://issues.apache.org/jira/browse/SSHD-501
> Project: MINA SSHD
> Issue Type: Improvement
> Affects Versions: 1.0.0
> Reporter: Goldstein Lyor
> Assignee: Goldstein Lyor
> Fix For: 1.0.0
>
>
> The current code has only _await()_ method from which the session can be
> retrieved - the other overloads return _boolean_(s). The idea is to allow
> {code:java}
> ClientSession session=client.connect(user, host,
> port).verify(timeout).getSession();
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)