Uses of Class
com.jcraft.jsch.Session
-
Packages that use Session Package Description com.jcraft.jsch com.jcraft.jsch.juz com.jcraft.jsch.jzlib -
-
Uses of Session in com.jcraft.jsch
Fields in com.jcraft.jsch declared as Session Modifier and Type Field Description protected Session
Channel. session
protected Session
KeyExchange. session
Methods in com.jcraft.jsch that return Session Modifier and Type Method Description Session
Channel. getSession()
Session
JSch. getSession(java.lang.String host)
Instantiates theSession
object withhost
.Session
JSch. getSession(java.lang.String username, java.lang.String host)
Instantiates theSession
object withusername
andhost
.Session
JSch. getSession(java.lang.String username, java.lang.String host, int port)
Instantiates theSession
object with givenusername
,host
andport
.Methods in com.jcraft.jsch with parameters of type Session Modifier and Type Method Description protected void
JSch. addSession(Session session)
protected static java.lang.String[]
KeyExchange. guess(Session session, byte[] I_S, byte[] I_C)
default void
Compression. init(int type, int level, Session session)
abstract void
KeyExchange. init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C)
protected boolean
JSch. removeSession(Session session)
boolean
UserAuth. start(Session session)
boolean
UserAuthNone. start(Session session)
-
Uses of Session in com.jcraft.jsch.juz
Methods in com.jcraft.jsch.juz with parameters of type Session Modifier and Type Method Description void
Compression. init(int type, int level, Session session)
-
Uses of Session in com.jcraft.jsch.jzlib
Methods in com.jcraft.jsch.jzlib with parameters of type Session Modifier and Type Method Description void
Compression. init(int type, int level, Session session)
-