Uses of Class
com.maverick.ssh2.Ssh2Channel

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

Uses of Ssh2Channel in com.maverick.ssh2
 

Subclasses of Ssh2Channel in com.maverick.ssh2
 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 Ssh2Channel
 Ssh2Channel ChannelFactory.createChannel(java.lang.String channeltype, byte[] requestdata)
          Create an instance of an SSH channel.
 

Methods in com.maverick.ssh2 with parameters of type Ssh2Channel
 void Ssh2Client.openChannel(Ssh2Channel channel, byte[] requestdata)
          Additional method to open a custom SSH2 channel.
 



Copyright © 2003 3SP LTD. All Rights Reserved.