Uses of Interface
com.maverick.ssh.SshIO

Packages that use SshIO
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.ssh.message   
com.maverick.ssh2 This package contains an SSH2 implementation of the com.maverick.ssh interfaces. 
com.sshtools.net This package contains a set of network utilities for the J2SSH Maverick API. 
 

Uses of SshIO in com.maverick.ssh
 

Subinterfaces of SshIO in com.maverick.ssh
 interface SshChannel
          The base interface for all SSH channels.
 interface SshSession
          Base interface for SSH sessions supporting all the features common to both SSH1 and SSH2.
 interface SshTransport
          Simple interface wrapper for transport layer communication.
 interface SshTunnel
          Interface defining the contract for SSH forwarding channels.
 

Uses of SshIO in com.maverick.ssh.message
 

Classes in com.maverick.ssh.message that implement SshIO
 class com.maverick.ssh.message.SshAbstractChannel
           
 

Uses of SshIO in com.maverick.ssh2
 

Classes in com.maverick.ssh2 that implement SshIO
 class Ssh2Channel
          All terminal sessions, forwarded connections, etc are channels and this class implements the base SSH2 channel.
 class Ssh2Session
          This class implements the SSH2 session channel, unlike SSH1 multiple sessions can be opened on the same SSH connection.
 

Uses of SshIO in com.sshtools.net
 

Classes in com.sshtools.net that implement SshIO
 class HttpProxyTransport
          Provides an SshTransport implementation that can route the connection through a HTTP proxy.
 class HttpProxyTransportWrapper
           
 class SocketTransport
          Extends a Socket to provide an SshTransport suitable for use in making connections using the SshConnector.
 class SocketWrapper
          Implements a basic wrapper around a Socket to provide an SshTransport suitable for use in making connections using the SshConnector.
 class SocksProxyTransport
          Provides an SshTransport implementation that can route the connection through a SOCKS 4 or SOCKS 5 proxy.
 



Copyright © 2003 3SP LTD. All Rights Reserved.