Secure iNet Factory

Uses of Package
com.jscape.inet.ssh

Packages that use com.jscape.inet.ssh
com.jscape.inet.ipclientssh Contains classes for creating secure TCP/IP client applications using an SSH encrypted tunnel. 
com.jscape.inet.scp Contains client classes for communicating with an SSH server using SCP protocol (Secure Copy over SSH). 
com.jscape.inet.sftp Contains client classes for communicating with a server using SFTP protocol (FTP over SSH) 
com.jscape.inet.ssh Contains classes for communicating with SSH (Secure Shell) servers. 
com.jscape.inet.ssh.transport   
 

Classes in com.jscape.inet.ssh used by com.jscape.inet.ipclientssh
SshConfiguration
           
 

Classes in com.jscape.inet.ssh used by com.jscape.inet.scp
SshConfiguration
           
 

Classes in com.jscape.inet.ssh used by com.jscape.inet.sftp
SshConfiguration
           
SshReader
          Reads the basic SSH types from the underalyed input stream.
SshWriter
          Writes the basic SSH types to the underlayed output stream.
 

Classes in com.jscape.inet.ssh used by com.jscape.inet.ssh
AbstractChannelRequest
          Abstract channel request.
ChannelRequest
          Channel request.
SessionRequest
          Session request.
Ssh
          Implements the basic functionality of a SSH2 (Secure Shell) client.
SshAdapter
          Implements methods for capturing events sourced from Ssh class.
SshConfiguration
           
SshConnectedEvent
          Fired by Ssh instance upon successfull connection to SSH server.
SshDataReceivedEvent
          Fired by Ssh instance when SSH server sends data to client.
SshDisconnectedEvent
          Fired by Ssh instance upon disconnect from server.
SshException
          SshException is thrown by many methods of Ssh class.
SshListener
          Implements methods for capturing events sourced from Ssh class.
SshScript
          The SshScript class provides a simple way of running a set of batch scripted commands against a SSH server.
SshScriptListener
          Implements methods for capturing events sourced from SshScript class.
SshTask
          The SshTask class represents a command to be executed in batch (non-interactive) mode on SSH server.
SshTaskEndEvent
          Fired when a SshTask has completed
SshTaskFailedEvent
          Fired when a SshTask has failed to complete
SshTaskStartEvent
          Fired when a SshTask is started
SshTaskTimeoutEvent
          Fired when a SshTask has exceeded the defined timeout
 

Classes in com.jscape.inet.ssh used by com.jscape.inet.ssh.transport
SshReader
          Reads the basic SSH types from the underalyed input stream.
SshWriter
          Writes the basic SSH types to the underlayed output stream.
 


Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved