Uses of Interface
com.maverick.ssh.SshSession

Packages that use SshSession
com.maverick.scp This package contains a Secure Copy (SCP) engine suitable for the lightweight J2SSH Maverick API. 
com.maverick.sftp The base implementation of the SFTP protocol enabling SFTP to be operated over both SSH1 and SSH2 connections.
 
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. 
com.sshtools.scp This package contains the SSHTools SCP implementation converted to use the J2SSH Maverick API's SCP engine. 
 

Uses of SshSession in com.maverick.scp
 

Fields in com.maverick.scp declared as SshSession
protected  SshSession ScpClientIO.ScpEngineIO.session
           
 

Constructors in com.maverick.scp with parameters of type SshSession
ScpClientIO.ScpEngineIO(java.lang.String cmd, SshSession session)
           Contruct the channel with the specified scp command.
 

Uses of SshSession in com.maverick.sftp
 

Constructors in com.maverick.sftp with parameters of type SshSession
SftpSubsystemChannel(SshSession session)
          Constructs an uninitialized sftp channel with an unitialized session channel
 

Uses of SshSession in com.maverick.ssh
 

Methods in com.maverick.ssh that return SshSession
 SshSession SshClient.openSessionChannel()
          Open a session on the remote computer.
 SshSession SshClient.openSessionChannel(ChannelEventListener listener)
          Open a session on the remote computer.
 

Constructors in com.maverick.ssh with parameters of type SshSession
CommandExecutor(SshSession session, java.lang.String eol, java.lang.String promptCmd, java.lang.String prompt, java.lang.String encoding)
           
 

Uses of SshSession in com.maverick.ssh1
 

Methods in com.maverick.ssh1 that return SshSession
 SshSession Ssh1Client.openSessionChannel()
          Opens the one and only session channel available on an SSH1 connection, calling this method multiple times on the same client instance will return the same session instance.
 SshSession Ssh1Client.openSessionChannel(ChannelEventListener listener)
           
 

Uses of SshSession in com.maverick.ssh2
 

Classes in com.maverick.ssh2 that implement SshSession
 class Ssh2Session
          This class implements the SSH2 session channel, unlike SSH1 multiple sessions can be opened on the same SSH connection.
 

Methods in com.maverick.ssh2 that return SshSession
 SshSession Ssh2Client.openSessionChannel()
           
 SshSession Ssh2Client.openSessionChannel(ChannelEventListener listener)
           
 

Uses of SshSession in com.sshtools.scp
 

Constructors in com.sshtools.scp with parameters of type SshSession
ScpClient.ScpEngine(java.lang.String cmd, SshSession session)
           Contruct the channel with the specified scp command.
 



Copyright © 2003 3SP LTD. All Rights Reserved.