Goldstein Lyor created SSHD-501:
-----------------------------------
Summary: 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)