Uses of Class
com.jcraft.jsch.Session
-
Packages that use Session Package Description com.jcraft.jsch -
-
Uses of Session in com.jcraft.jsch
Fields in com.jcraft.jsch declared as Session Modifier and Type Field Description protected SessionKeyExchange. sessionMethods in com.jcraft.jsch that return Session Modifier and Type Method Description SessionChannel. getSession()SessionJSch. getSession(java.lang.String host)Instantiates theSessionobject withhost.SessionJSch. getSession(java.lang.String username, java.lang.String host)Instantiates theSessionobject withusernameandhost.SessionJSch. getSession(java.lang.String username, java.lang.String host, int port)Instantiates theSessionobject with givenusername,hostandport.Methods in com.jcraft.jsch with parameters of type Session Modifier and Type Method Description protected voidJSch. addSession(Session session)protected static java.lang.String[]KeyExchange. guess(Session session, byte[] I_S, byte[] I_C)voidDHECN. init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C)voidDHGEX. init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C)voidDHGN. init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C)voidDHXEC. init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C)abstract voidKeyExchange. init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C)protected booleanJSch. removeSession(Session session)voidRequestSftp. request(Session session, Channel channel)voidRequestSubsystem. request(Session session, Channel channel)voidRequestSubsystem. request(Session session, Channel channel, java.lang.String subsystem, boolean want_reply)booleanUserAuth. start(Session session)booleanUserAuthGSSAPIWithMIC. start(Session session)
-