Uses of Interface
org.apache.sshd.client.future.ConnectFuture

Packages that use ConnectFuture
org.apache.sshd Defines the two main classes for the client and server side of SSH protocol support. 
org.apache.sshd.client.future   
 

Uses of ConnectFuture in org.apache.sshd
 

Methods in org.apache.sshd that return ConnectFuture
 ConnectFuture SshClient.connect(SocketAddress address)
           
 ConnectFuture SshClient.connect(String host, int port)
           
 

Uses of ConnectFuture in org.apache.sshd.client.future
 

Classes in org.apache.sshd.client.future that implement ConnectFuture
 class DefaultConnectFuture
          A default implementation of ConnectFuture.
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.