Uses of Class
net.ssh.jsch.Channel

Packages that use Channel
net.ssh.jsch   
 

Uses of Channel in net.ssh.jsch
 

Subclasses of Channel in net.ssh.jsch
 class ChannelDirectTCPIP
           
 class ChannelExec
           
 class ChannelSftp
           
 class ChannelShell
           
 

Methods in net.ssh.jsch that return Channel
 Channel Session.openChannel(java.lang.String type)
           
 

Methods in net.ssh.jsch with parameters of type Channel
 void RequestSftp.request(Session session, Channel channel)
           
 void Session.write(Packet packet, Channel c, int length)