Uses of Class
com.sshtools.j2ssh.session.SessionChannelClient

Packages that use SessionChannelClient
com.sshtools.common.ui   
com.sshtools.j2ssh   
com.sshtools.j2ssh.session   
com.sshtools.j2ssh.subsystem   
 

Uses of SessionChannelClient in com.sshtools.common.ui
 

Methods in com.sshtools.common.ui that return SessionChannelClient
 SessionChannelClient SessionProviderInternalFrame.openSession()
          Implementation of the SessionManager method, simply calls the SshClient openSession method.
 SessionChannelClient SessionProviderFrame.openSession()
          Implementation of the SessionManager method, simply calls the SshClient openSession method.
 SessionChannelClient SessionManager.openSession()
          Opens a session on the managed connection.
 

Uses of SessionChannelClient in com.sshtools.j2ssh
 

Subclasses of SessionChannelClient in com.sshtools.j2ssh
(package private)  class ScpClient.ScpChannel
           Implements an SCP channel by extending the SessionChannelClient.
 

Methods in com.sshtools.j2ssh that return SessionChannelClient
 SessionChannelClient SshClient.getActiveSession(java.lang.String type)
           Returns the active session channel of the given type.
 SessionChannelClient SshClient.openSessionChannel()
           Open's a session channel on the remote server.
 SessionChannelClient SshClient.openSessionChannel(ChannelEventListener eventListener)
           Open's a session channel on the remote server.
 

Uses of SessionChannelClient in com.sshtools.j2ssh.session
 

Fields in com.sshtools.j2ssh.session declared as SessionChannelClient
(package private)  SessionChannelClient SessionOutputReader.session
           
 

Constructors in com.sshtools.j2ssh.session with parameters of type SessionChannelClient
SessionOutputReader(SessionChannelClient session)
           Contructs the session reader.
 

Uses of SessionChannelClient in com.sshtools.j2ssh.subsystem
 

Fields in com.sshtools.j2ssh.subsystem declared as SessionChannelClient
protected  SessionChannelClient SubsystemClient.session
           
 

Methods in com.sshtools.j2ssh.subsystem that return SessionChannelClient
 SessionChannelClient SubsystemClient.getSessionChannel()
           
 

Methods in com.sshtools.j2ssh.subsystem with parameters of type SessionChannelClient
 void SubsystemClient.setSessionChannel(SessionChannelClient session)