Uses of Interface
com.maverick.ssh.SshContext

Packages that use SshContext
com.maverick.ssh This package contains a set of general interface contracts for SSH communication that provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications. 
com.maverick.ssh1 This package contains an SSH1 implementation of the com.maverick.ssh interfaces. 
com.maverick.ssh2 This package contains an SSH2 implementation of the com.maverick.ssh interfaces. 
 

Uses of SshContext in com.maverick.ssh
 

Methods in com.maverick.ssh that return SshContext
 SshContext SshConnector.getContext(int version)
          Get the configuration context for a specific SSH version.
 SshContext SshClient.getContext()
          Get the context that created this client.
 

Methods in com.maverick.ssh with parameters of type SshContext
 SshClient SshConnector.connect(SshTransport transport, java.lang.String username, SshContext context)
          See SshConnector.connect(SshTransport, String) for full details.
 SshClient SshConnector.connect(SshTransport transport, java.lang.String username, boolean buffered, SshContext context)
          See SshConnector.connect(SshTransport, String) for full details.
 void SshClient.connect(SshTransport transport, SshContext context, SshConnector connector, java.lang.String username, java.lang.String localIdentification, java.lang.String remoteIdentification, boolean buffered)
          Connect to an SSH server.
 

Uses of SshContext in com.maverick.ssh1
 

Classes in com.maverick.ssh1 that implement SshContext
 class Ssh1Context
           This class implements SshContext to provide SSH1 connection configuration through the SshConnector class.
 

Methods in com.maverick.ssh1 that return SshContext
 SshContext Ssh1Client.getContext()
           
 

Methods in com.maverick.ssh1 with parameters of type SshContext
 void Ssh1Client.connect(SshTransport transport, SshContext context, SshConnector connector, java.lang.String username, java.lang.String localIdentification, java.lang.String remoteIdentification, boolean buffered)
           
 

Uses of SshContext in com.maverick.ssh2
 

Classes in com.maverick.ssh2 that implement SshContext
 class Ssh2Context
          This class implements SshContextto provide SSH2 connection configuration through the SshConnector class.
 

Methods in com.maverick.ssh2 that return SshContext
 SshContext Ssh2Client.getContext()
           
 

Methods in com.maverick.ssh2 with parameters of type SshContext
 void Ssh2Client.connect(SshTransport io, SshContext context, SshConnector connector, java.lang.String username, java.lang.String localIdentification, java.lang.String remoteIdentification, boolean buffered)
           
 



Copyright © 2003 3SP LTD. All Rights Reserved.