Uses of Class
org.gridkit.internal.com.jcraft.jsch.Session

Packages that use Session
org.gridkit.internal.com.jcraft.jsch   
org.gridkit.vicluster.telecontrol.ssh   
 

Uses of Session in org.gridkit.internal.com.jcraft.jsch
 

Fields in org.gridkit.internal.com.jcraft.jsch declared as Session
protected  Session KeyExchange.session
           
 

Methods in org.gridkit.internal.com.jcraft.jsch that return Session
 Session Channel.getSession()
           
 Session JSch.getSession(String username, String host)
          Instantiates the Session object with username and host.
 Session JSch.getSession(String username, String host, int port)
          Instantiates the Session object with given username, host and port.
 

Methods in org.gridkit.internal.com.jcraft.jsch with parameters of type Session
protected  void JSch.addSession(Session session)
           
abstract  void KeyExchange.init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C)
           
 void DHGEX.init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C)
           
 void DHG14.init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C)
           
 void DHG1.init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C)
           
protected  boolean JSch.removeSession(Session session)
           
 void RequestSubsystem.request(Session session, Channel channel)
           
 void RequestSftp.request(Session session, Channel channel)
           
 void RequestSubsystem.request(Session session, Channel channel, String subsystem, boolean want_reply)
           
 boolean UserAuthGSSAPIWithMIC.start(Session session)
           
 boolean UserAuth.start(Session session)
           
 

Uses of Session in org.gridkit.vicluster.telecontrol.ssh
 

Methods in org.gridkit.vicluster.telecontrol.ssh that return Session
 Session SshSessionFactory.getSession(String host, String account)
           
 Session SimpleSshSessionProvider.getSession(String host, String account)
           
 Session ConfigurableSshSessionProvider.getSession(String host, String account)
          Deprecated.  
 

Constructors in org.gridkit.vicluster.telecontrol.ssh with parameters of type Session
RemoteSshProcess(Session session, ExecCommand command)
           
SftFileCache(Session session, String cachePath, boolean useRelativePaths, int concurency)
           
SshHostControlConsole(Session session, String cachePath, boolean useRelativePaths, int sftpParallelFactor)
           
 



Copyright © 2017. All Rights Reserved.