Uses of Class
com.maverick.ssh2.Ssh2Client

Packages that use Ssh2Client
com.maverick.ssh2 This package contains an SSH2 implementation of the com.maverick.ssh interfaces. 
 

Uses of Ssh2Client in com.maverick.ssh2
 

Methods in com.maverick.ssh2 that return Ssh2Client
 Ssh2Client TransportProtocol.getClient()
          Get the SshClient instance that created this transport.
 

Methods in com.maverick.ssh2 with parameters of type Ssh2Client
 void TransportProtocol.startTransportProtocol(SshTransport provider, Ssh2Context context, java.lang.String localIdentification, java.lang.String remoteIdentification, Ssh2Client client)
          Starts the protocol on the provider.
 

Constructors in com.maverick.ssh2 with parameters of type Ssh2Client
Ssh2Session(int windowsize, int packetsize, Ssh2Client client)
          Construct a session channel.
 



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.